diff --git a/reference/http/constants.xml b/reference/http/constants.xml index 0bac965e3f..1481865882 100644 --- a/reference/http/constants.xml +++ b/reference/http/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -595,6 +595,17 @@ + + + HTTP_AUTH_GSSNEG + (integer) + + + + use "GSS-NEGOTIATE" authentication + + + HTTP_AUTH_ANY @@ -611,7 +622,7 @@ Constants used for the HTTP <literal>protocol</literal> version &link.http.request.option; - HTTP_VERSION_ANY + HTTP_VERSION_ANY (integer) @@ -643,6 +654,53 @@ + + Constants used for the SSL <literal>protocol</literal> type and version &link.http.request.option; + + + HTTP_SSL_VERSION_ANY + (integer) + + + + no specific SSL protocol version + + + + + + HTTP_SSL_VERSION_TLSv1 + (integer) + + + + use TLSv1 only + + + + + + HTTP_SSL_VERSION_SSLv3 + (integer) + + + + use SSLv3 only + + + + + + HTTP_SSL_VERSION_SSLv2 + (integer) + + + + use SSLv2 only + + + + Constants used for the <literal>proxytype</literal> &link.http.request.option; @@ -679,6 +737,42 @@ + + Constants affecting name lookups (DNS) + + + HTTP_IPRESOLVE_V4 + (integer) + + + + use IPv4 only for name lookups + + + + + + HTTP_IPRESOLVE_V6 + (integer) + + + + use IPv6 only for name lookups + + + + + + HTTP_IPRESOLVE_ANY + (integer) + + + + use any IP mechanism only for name lookups + + + + Predefined HTTP request method constants