http-post ( post-data url -- response data )
HTTP client > POST requests with the HTTP client
Next:<post-request> ( post-data url -- request )


Vocabulary
http.client

Inputs and outputs
post-dataan object
urla url or string
responsea response
dataa sequence


Word description
Submits an HTTP POST request.

Errors
Throws an error if the HTTP request fails.

Definition
IN: http.client

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