aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-12-13 18:19:02 +0100
committerIngela Anderton Andin <[email protected]>2016-12-13 18:19:02 +0100
commit479624fdb8fecd00799db6cce1c9de138463cb1e (patch)
tree5629cf987f57ace2de9c3abb2fe32edf287dd4a0 /lib/inets
parentb47d104994c6f11301f23b0675ed5f06f3e25922 (diff)
downloadotp-479624fdb8fecd00799db6cce1c9de138463cb1e.tar.gz
otp-479624fdb8fecd00799db6cce1c9de138463cb1e.tar.bz2
otp-479624fdb8fecd00799db6cce1c9de138463cb1e.zip
inets: httpc - patch method missing in doc
Diffstat (limited to 'lib/inets')
-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>