<post-request> ( post-data url -- request )
HTTP client ยป POST requests with the HTTP client

Prev:http-post* ( post-data url -- response data )


Vocabulary
http.client

Inputs
post-dataan object
urlan url or a string


Outputs
requesta request


Word description
Constructs an HTTP POST request for submitting post data to the URL.

Notes
The request can be passed on to http-request, possibly after cookies and headers are set.

Definition