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, but does not check the HTTP response code for success.

See also
http-patch

Definition

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