remoteRequest

Creates a remote request.

void
remoteRequest
(
string url
,
HttpMethod method
,
scope void delegate
(
scope HTTPClientResponse
)
responder = null
,
scope void delegate
(
scope HTTPClientRequest
)
requester = null
)

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