Handbook
Glossary
http-patch* ( data url -- response content )
HTTP client
ยป
PATCH requests with the HTTP client
Prev:
http-patch ( data url -- response content )
Next:
<patch-request> ( data url -- request )
Vocabulary
http
.
client
Inputs
data
an
object
url
an
url
or a
string
Outputs
response
a
response
content
a
sequence
Word description
Submits an HTTP PATCH request, but does not check the HTTP response code for success.
See also
http-patch
Definition
IN:
http.client
:
http-patch*
( data url -- response content )
<patch-request>
http-request*
;