PATCH requests with the HTTP client
HTTP client

Prev:TRACE requests with the HTTP client
Next:Character encodings and the HTTP client


Basic usage involves passing post data and a url, and getting a response and data back:
http-patch ( data url -- response content )

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


Advanced usage involves constructing a request, which allows HTTP cookies and HTTP headers to be set:
<patch-request> ( data url -- request )


Both words take a post data parameter; see HTTP client post data.