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

Prev:http-put ( data url -- response content )
Next:<put-request> ( data url -- request )


Vocabulary
http.client

Inputs
dataan object
urlan url or a string


Outputs
responsea response
contenta sequence


Word description
Submits an HTTP PUT request, but does not check the HTTP response code for success.

See also
http-put

Definition

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