How to open a URL with Spark Core?

Hi @kaul,

I have an expanded HTTP get demo here, although you could remove the http basic auth stuff.

It'd be a good idea to add a:

client.flush();
client.stop();

after your request so you don't leave sockets open. :slight_smile:

Thanks,
David

1 Like