http-patch ( data url -- response content ) (original) (raw)

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

data an object
url an url or a string

Outputs

response a response
content a sequence

Word description
Submits an HTTP PATCH request.

Errors
Throws an error if the HTTP request fails.

See also
http-patch*

Definition

IN: http.client

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