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
dataan object
urlan url or a string


Outputs
responsea response
contenta sequence


Word description
Submits an HTTP PATCH request.

Errors
Throws an error if the HTTP request fails.

See also
http-patch*

Definition

: http-patch ( data url -- response content )
<patch-request> http-request ;