resource make a trace call to
connection to use e.g. FTP or HTTP. The default AutoProtocol will guess connection type and create a new instance for this call only.
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 trace info of the resource pointed to by the URL.
import std.net.curl; trace("https://httpbin.org/headers");
HTTP trace request.