WebClient.post

Static client POST method (synchronous) Param: - URL - headers - timeout - optional pointer to NNGTLS

struct WebClient
static
post
(
string uri
,
const ubyte[] data
,
const string[string] headers
,
Duration timeout = 30000.msecs
,
void* ptls = null
)

Return Value

Type: WebData

WebData