http-patch ( patch-data url -- response data )


Vocabulary
http.client

Inputs
patch-dataan object
urlan url or a string


Outputs
responsea response
dataa sequence


Word description
Submits an HTTP PATCH request.

Errors
Throws an error if the HTTP request fails.

See also
http-patch*

Definition

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