Added PATCH HTTP method

This commit is contained in:
Andrea Ferretti
2016-09-21 17:27:05 +02:00
parent 723bc158ce
commit 91f6784d0f

View File

@@ -43,7 +43,9 @@ type
## for specified address.
HttpConnect ## Converts the request connection to a transparent
## TCP/IP tunnel, usually used for proxies.
HttpPatch ## Added in RFC 5789. Can be used to update partial
## resources. The set of changes is represented in a
## format called a "patch document".
{.deprecated: [httpGet: HttpGet, httpHead: HttpHead, httpPost: HttpPost,
httpPut: HttpPut, httpDelete: HttpDelete, httpTrace: HttpTrace,
httpOptions: HttpOptions, httpConnect: HttpConnect].}