aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-12-16 10:00:45 +0100
committerIngela Anderton Andin <[email protected]>2016-12-16 10:00:45 +0100
commita09e59df4e0e51b4a4bb1a5cd7532cc7fe675cd5 (patch)
tree0e96c52a1aabc2e7d043ba69b2f3b270fa55e126 /lib
parenta9b1aef133bfaac885ae2f1a83d23d1079758535 (diff)
parentfaba74ce9315cbbfa99d111290a063916d2b3b64 (diff)
downloadotp-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.xml2
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>