ArduinoHttpClient
ArduinoHttpClient copied to clipboard
Why is server url/port in HttpClient constructor?
Feature request:
The example shows a static instance of HttpClient - but the server/port is fixed. What if I need to talk to serveral different servers? It would be useful to be able to omit these from the constructor and then use something like "setHost(host, port)"
Please have a look at #128