remoteJson

Creates a remote json request.

void
remoteJson
(
T
CTORARGS...
)
(
string url
,
HttpMethod method
,
scope void delegate
(
T
)
responder
,
scope void delegate
(
scope HTTPClientRequest
)
requester
,
CTORARGS args
)

Parameters

url string

The url of the resource.

method HttpMethod

The http method of the request.

requester void delegate
(
scope HTTPClientRequest
)

Handler for setting up custom request configurations.

Meta