post
Utility method for building a simple POST request.
Parameters
destination
The url to be POSTed to
payload
The body of the POST request
gzip
true to gzip compress the payload; otherwise false
Utility method for building a simple POST request.
The url to be POSTed to
The body of the POST request
true to gzip compress the payload; otherwise false