Searched refs:REQUEST_METHOD (Results 1 – 14 of 14) sorted by relevance
/external/libwebsockets/test-apps/ |
D | lws-cgi-test.sh | 9 >&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/ |
D | my-cgi-script.sh | 9 >&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
|
D | README.md | 24 [2019/11/18 16:31:40:2176] N: CGI-stderr: lwstest script stderr: REQUEST_METHOD was GET
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 363 when REQUEST_METHOD environment is set, which indicates that the script is
|
D | 3.5.3rc1.rst | 1233 when REQUEST_METHOD environment is set, which indicates that the script is
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.13rc1.rst | 600 when REQUEST_METHOD environment is set, which indicates that the script is
|
/external/python/cpython2/Doc/howto/ |
D | urllib2.rst | 530 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
|
/external/python/cpython2/Doc/library/ |
D | urllib.rst | 305 If the environment variable ``REQUEST_METHOD`` is set, which usually
|
D | wsgiref.rst | 108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
|
D | urllib2.rst | 234 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set;
|
/external/python/cpython3/Doc/howto/ |
D | urllib2.rst | 553 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
|
/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 174 If the environment variable ``REQUEST_METHOD`` is set, which usually 313 ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set;
|
D | wsgiref.rst | 108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 52 HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates
|