Handbook
Glossary
http-put* ( put-data url -- response data )
HTTP client
ยป
PUT requests with the HTTP client
Prev:
http-put ( put-data url -- response data )
Next:
<put-request> ( post-data url -- request )
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, but does not check the HTTP response code for success.
See also
http-put
Definition
IN:
http.client
:
http-put*
( put-data url -- response data )
<put-request>
http-request*
;