Handbook
Glossary
http-patch ( data url -- response content )
HTTP client
ยป
PATCH requests with the HTTP client
Next:
http-patch* ( data url -- response content )
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.
Errors
Throws an error if the HTTP request fails.
See also
http-patch*
Definition
IN:
http.client
:
http-patch
( data url -- response content )
<patch-request>
http-request
;