Home
last modified time | relevance | path

Searched refs:REQUEST_METHOD (Results 1 – 14 of 14) sorted by relevance

/external/libwebsockets/test-apps/
Dlws-cgi-test.sh9 >&2 echo "lwstest script stderr: $REQUEST_METHOD"
11 echo "<h2>REQUEST_METHOD=$REQUEST_METHOD</h2>"
13 if [ "$REQUEST_METHOD" = "POST" ] ; then
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
Dmy-cgi-script.sh9 >&2 echo -n "lwstest script stderr: REQUEST_METHOD was $REQUEST_METHOD"
11 echo "<h2>REQUEST_METHOD=$REQUEST_METHOD</h2>"
13 if [ "$REQUEST_METHOD" = "POST" ] ; then
DREADME.md24 [2019/11/18 16:31:40:2176] N: CGI-stderr: lwstest script stderr: REQUEST_METHOD was GET
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst363 when REQUEST_METHOD environment is set, which indicates that the script is
D3.5.3rc1.rst1233 when REQUEST_METHOD environment is set, which indicates that the script is
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst600 when REQUEST_METHOD environment is set, which indicates that the script is
/external/python/cpython2/Doc/howto/
Durllib2.rst530 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
/external/python/cpython2/Doc/library/
Durllib.rst305 If the environment variable ``REQUEST_METHOD`` is set, which usually
Dwsgiref.rst108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
Durllib2.rst234 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set;
/external/python/cpython3/Doc/howto/
Durllib2.rst553 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
/external/python/cpython3/Doc/library/
Durllib.request.rst174 If the environment variable ``REQUEST_METHOD`` is set, which usually
313 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set;
Dwsgiref.rst108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
/external/python/cpython3/Misc/
DHISTORY52 HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates