http-patch* ( data url -- response content )
HTTP client ยป PATCH requests with the HTTP client

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


Vocabulary
http.client

Inputs
dataan object
urlan url or a string


Outputs
responsea response
contenta sequence


Word description
Submits an HTTP PATCH request, but does not check the HTTP response code for success.

See also
http-patch

Definition

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