type =
{ 
string
 
mimetype
, 
option
(
'content
)
 
content
, 
option
(
string
)
 
auth
, 
list
(
string
)
 
custom_headers
, 
option
(
string
)
 
custom_agent
, 
 
redirect_to_get
, 
option
(
float
)
 
timeout_sec
, 
 
ssl_policy
 }
Name Summary
Default options for POST operationsBy default, no authentication is performed, no custom headers, co...
Normalize a form-like request into a string-based one.
Normalize a JSON-based request into a string-based one.
* Normalize a SOAP-based request into a string-based one. * * @param option...
Normalize a XML-based request into a string-based one.
Place a POST request using default options, blocking-style. and when the time spent by the current ...
Place a POST request using custom options, call a function when result is available.This function is...
Place a POST request using custom options, non-blocking.Usage suggestion: use and to optimize the ...

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.