diff options
author | Ingela Anderton Andin <[email protected]> | 2016-12-16 10:00:45 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-12-16 10:00:45 +0100 |
commit | a09e59df4e0e51b4a4bb1a5cd7532cc7fe675cd5 (patch) | |
tree | 0e96c52a1aabc2e7d043ba69b2f3b270fa55e126 /lib | |
parent | a9b1aef133bfaac885ae2f1a83d23d1079758535 (diff) | |
parent | faba74ce9315cbbfa99d111290a063916d2b3b64 (diff) | |
download | otp-a09e59df4e0e51b4a4bb1a5cd7532cc7fe675cd5.tar.gz otp-a09e59df4e0e51b4a4bb1a5cd7532cc7fe675cd5.tar.bz2 otp-a09e59df4e0e51b4a4bb1a5cd7532cc7fe675cd5.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 705afec022..4217b3c4fb 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -83,7 +83,7 @@ <title>HTTP DATA TYPES</title> <p>Type definitions related to HTTP:</p> - <p><c>method() = head | get | put | post | trace | options | delete</c></p> + <p><c>method() = head | get | put | post | trace | options | delete | patch</c></p> <taglist> <tag><c>request()</c></tag> <item><p>= <c>{url(), headers()}</c></p> |