aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2017-11-20 14:52:22 +0100
committerPéter Dimitrov <[email protected]>2017-11-20 14:52:22 +0100
commit57e97ae9381a75a242ba2966b24ee5c1276851be (patch)
treec8aa04b96f9f559ac17db175cf9667f980da69b4 /lib/inets/doc/src
parentfbc24513ab2d241d912225d067b72e517742e698 (diff)
parent7d6d272b7d04cf6640145f5381c39193e40ba5f8 (diff)
downloadotp-57e97ae9381a75a242ba2966b24ee5c1276851be.tar.gz
otp-57e97ae9381a75a242ba2966b24ee5c1276851be.tar.bz2
otp-57e97ae9381a75a242ba2966b24ee5c1276851be.zip
Merge branch 'peterdmv/inets/http_content_injection/ERL-456/OTP-14726'
* peterdmv/inets/http_content_injection/ERL-456/OTP-14726: inets: Fix http content injection bug in httpc
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r--lib/inets/doc/src/httpc.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 29e4b22632..58714328c5 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -287,8 +287,7 @@
{autoredirect, boolean()} |
{proxy_auth, {userstring(), passwordstring()}} |
{version, http_version()} |
- {relaxed, boolean()} |
- {url_encode, boolean()}</v>
+ {relaxed, boolean()}</v>
<v>timeout() = integer() >= 0 | infinity</v>
<v>Options = options()</v>
<v>options() = [option()]</v>
@@ -379,13 +378,6 @@
from the HTTP-standard are enabled.</p>
<p>Default is <c>false</c>.</p>
</item>
-
- <tag><c><![CDATA[url_encode]]></c></tag>
- <item>
- <p>Applies Percent-encoding, also known as URL encoding on the
- URL.</p>
- <p>Default is <c>false</c>.</p>
- </item>
</taglist>
<p>Option (<c>option()</c>) details:</p>