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

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


Vocabulary
http.client

Inputs
post-dataan object
urlan url or a string


Outputs
responsea response
dataa 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* ( post-data url -- response data )
<put-request> http-request* ;