WebClient.post_async

Static client POST method (asynchronous) Param: - URL - headers - handler callback - void function (Webdata*, void* context) - timeout - context - optional pointer to NNGTLS

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

Return Value

Type: NNGAio

NNGAio