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