Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.13.0
-
None
Description
TheĀ constructors for THttpClient require specifying a `host`. However not all supported socket types would require a host. I.e. when using a Unix domain socket, the `host` property does not convey additional information, as the socket only works on localhost. The constructor of the socket (the underlying transport) does not require host.
It would be nice if there was a constructor that avoids host (making it optional).