doHttpRequestOnHelpers

Executes a generic http request, returning the full result. The correct formatting of the parameters are the caller's responsibility. Content-Length is added automatically, but YOU must give Content-Type!

HttpResponse
doHttpRequestOnHelpers
(
void delegate
(
string
)
write
,
char[] delegate
()
read
,
string method
,
string uri
,
const(ubyte)[] content = null
,
string[string] cookies = null
,
string[] headers = null
,
bool https = false
)
Suggestion Box / Bug Report