Handbook
Glossary
<put-request> ( post-data url -- request )
HTTP client
ยป
PUT requests with the HTTP client
Prev:
http-put* ( put-data url -- response data )
Vocabulary
http
.
client
Inputs
post-data
an
object
url
an
object
Outputs
request
an
object
Definition
USING:
accessors
kernel
;
IN:
http.client
:
<put-request>
( post-data url -- request )
"PUT"
<client-request>
swap
>>post-data
;