ae v0.0.1981 (2017-07-03T22:25:46Z)
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