ArduinoHttpClient icon indicating copy to clipboard operation
ArduinoHttpClient copied to clipboard

Why is server url/port in HttpClient constructor?

Open svenyonson opened this issue 2 years ago • 1 comments

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)"

svenyonson avatar Mar 06 '22 21:03 svenyonson

Please have a look at #128

episource avatar Mar 19 '22 17:03 episource