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