resource make a connect to
HTTP connection to use
The template parameter T specifies the type to return. Possible values are char and ubyte to return char[] or ubyte[].
A T[] range containing the connect info of the resource pointed to by the URL.
import std.net.curl; connect("https://httpbin.org/headers");
HTTP connect request.