-
-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Description
Currently, SetHostURL() is a bit ambiguous in its wording. A more appropriate term would perhaps instead be "SetBaseURL" or the like. "HostURL" sounds more like specifying a Host
header to me. Alternatively, this can be made a bit more clear by specifying a path other than /
in the example in the documentation, such as client.SetHostURL("http://httpbin.org/some/path")
("Unique settings at Client level").
Take it or leave it, but would have saved me five minutes. 👍