postRaw

POST request to get an answer with raw content.

ubyte[]
postRaw
(
const(char)[] url
,
string[string] postDict
,
HTTP conn = HTTP()
)

Return Value

Type: ubyte[]

Byte array.

Meta