Handbook
Glossary
http-put ( put-data url -- response data )
HTTP client
ยป
PUT requests with the HTTP client
Next:
http-put* ( put-data url -- response data )
Vocabulary
http
.
client
Inputs
put-data
an
object
url
an
url
or a
string
Outputs
response
a
response
data
a
sequence
Word description
Submits an HTTP PUT request.
Errors
Throws an error if the HTTP request fails.
See also
http-put*
Definition
IN:
http.client
:
http-put
( put-data url -- response data )
<put-request>
http-request
;