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, but does not check the HTTP response code for success.
See also
http-patch
Definition
IN:
http.client
:
http-patch*
( patch-data url -- response data )
<patch-request>
http-request*
;