http-post ( post-data url -- response data )
HTTP client ยป POST requests with the HTTP client

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


Vocabulary
http.client

Inputs
post-dataan object
urlan url or a string


Outputs
responsea response
dataa sequence


Word description
Submits an HTTP POST request.

Errors
Throws an error if the HTTP request fails.

See also
http-post*

Definition

: http-post ( post-data url -- response data )
<post-request> http-request ;