ae v0.0.1890 (2017-02-25T08:06:18Z)
Home
Dub
Repo
httpGet
ae
net
http
client
Asynchronous HTTP request
void
httpGet
(string url, void delegate(Data) resultHandler, void delegate(string) errorHandler)
void
httpGet
(
string
url
,
void
delegate
(
Data
)
resultHandler
,
void
delegate
(
string
)
errorHandler
)
void
httpGet
(string url, void delegate(string) resultHandler, void delegate(string) errorHandler)
Meta
Source
See Implementation
ae
net
http
client
classes
HttpClient
HttpsClient
functions
httpGet
httpPost
httpRequest
Asynchronous HTTP request