ae v0.0.2060 (2017-12-14T23:48:02Z)
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
Connector
HttpClient
HttpsClient
TcpConnector
UnixConnector
functions
httpGet
httpPost
httpRequest
Asynchronous HTTP request