http.createClient([port][, host])
Stability: 0 - Deprecated: Use
http.request()
instead.Constructs a new HTTP client. port
and host
refer to the server to be connected to.
http.createClient([port][, host])
http.request()
instead.Constructs a new HTTP client. port
and host
refer to the server to be connected to.
Please login to continue.