ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
httpPost
ae
net
http
client
Asynchronous HTTP request
void
httpPost
(string url, Data[] postData, string contentType, void delegate(string) resultHandler, void delegate(string) errorHandler)
void
httpPost
(
string
url
,
Data
[]
postData
,
string
contentType
,
void
delegate
(
string
)
resultHandler
,
void
delegate
(
string
)
errorHandler
)
void
httpPost
(string url, UrlParameters vars, 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