You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
The text was updated successfully, but these errors were encountered:
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)"
The text was updated successfully, but these errors were encountered: