diff options
author | Erlang/OTP <[email protected]> | 2015-06-01 12:06:30 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-06-01 12:06:30 +0200 |
commit | 3bdac8db40a1e57699514fad9d5e93b79b01a3ed (patch) | |
tree | 2068adfe48e8197f526d7a56c0e1f04d7cd388fa /lib/inets/doc/src/httpd.xml | |
parent | f3fefbae24a2569a13b538d80d0e99129963ebef (diff) | |
parent | 5dc49ed64e451026d9ced653f6f58e3fa0fb42e4 (diff) | |
download | otp-3bdac8db40a1e57699514fad9d5e93b79b01a3ed.tar.gz otp-3bdac8db40a1e57699514fad9d5e93b79b01a3ed.tar.bz2 otp-3bdac8db40a1e57699514fad9d5e93b79b01a3ed.zip |
Merge branch 'ia/inets/filter-headers/OTP-12776' into maint-17
* ia/inets/filter-headers/OTP-12776:
inets: Prepare for release
inets: Add customize option
Diffstat (limited to 'lib/inets/doc/src/httpd.xml')
-rw-r--r-- | lib/inets/doc/src/httpd.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml index e40660ab39..435f99ee23 100644 --- a/lib/inets/doc/src/httpd.xml +++ b/lib/inets/doc/src/httpd.xml @@ -204,7 +204,15 @@ <marker id="props_limit"></marker> <p><em>Limit properties</em> </p> - <taglist> + <taglist> + + <marker id="prop_customize"></marker> + <tag>{customize, atom()}</tag> + <item> + <p>A callback module to customize the inets HTTP servers behaviour + see <seealso marker="http_custom_api"> httpd_custom_api</seealso> </p> + </item> + <marker id="prop_disable_chunked_encoding"></marker> <tag>{disable_chunked_transfer_encoding_send, boolean()}</tag> <item> |