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

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


Vocabulary
http.client

Inputs
dataan object
urlan url or a string


Outputs
responsea response
contenta sequence


Word description
Submits an HTTP POST request.

Errors
Throws an error if the HTTP request fails.

See also
http-post*

Definition

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