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

Next:http-put* ( 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 PUT request.

Errors
Throws an error if the HTTP request fails.

See also
http-put*

Definition

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