Handbook
Glossary
http-patch ( patch-data url -- response data )
Vocabulary
http
.
client
Inputs
patch-data
an
object
url
an
url
or a
string
Outputs
response
a
response
data
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
( patch-data url -- response data )
<patch-request>
http-request
;