Home
last modified time | relevance | path

Searched defs:HTTP_501 (Results 1 – 3 of 3) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/tests/test-extensions-tests/net/sourceforge/jnlp/
H A DTinyHttpdImplTest.java22 private static final String HTTP_501 = "HTTP/1.0 501 Not Implemented"; field in TinyHttpdImplTest
/dports/www/py-spyne/spyne-2.13.16/spyne/const/
H A Dhttp.py84 HTTP_501 = '501 Not Implemented' variable
/dports/www/py-falcon/falcon-2.0.0/falcon/
H A Dstatus_codes.py119 HTTP_501 = '501 Not Implemented' variable