diff options
author | Ingela Anderton Andin <[email protected]> | 2016-12-16 10:00:29 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-12-16 10:00:29 +0100 |
commit | faba74ce9315cbbfa99d111290a063916d2b3b64 (patch) | |
tree | 55012af8bea30f6c73faa29ee076a44cb3ce2b9c /lib/inets | |
parent | 6b28c962113429b212020336e145ccd78ca699fd (diff) | |
parent | 479624fdb8fecd00799db6cce1c9de138463cb1e (diff) | |
download | otp-faba74ce9315cbbfa99d111290a063916d2b3b64.tar.gz otp-faba74ce9315cbbfa99d111290a063916d2b3b64.tar.bz2 otp-faba74ce9315cbbfa99d111290a063916d2b3b64.zip |
Merge branch 'ingela/inets/httpc-PATCH-doc' into maint
* ingela/inets/httpc-PATCH-doc:
inets: httpc - patch method missing in doc
Diffstat (limited to 'lib/inets')
-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> |