Searched refs:BaseHTTPRequestHandler (Results 1 – 22 of 22) sorted by relevance
| /third_party/python/Lib/test/ |
| D | ssl_servers.py | 9 SimpleHTTPRequestHandler, BaseHTTPRequestHandler) 86 class StatsRequestHandler(BaseHTTPRequestHandler): 117 BaseHTTPRequestHandler.log_request(self, format, *args)
|
| D | test_urllib2_localnet.py | 206 class BasicAuthHandler(http.server.BaseHTTPRequestHandler): 216 http.server.BaseHTTPRequestHandler.__init__(self, *args, **kwargs) 250 class FakeProxyHandler(http.server.BaseHTTPRequestHandler): 261 http.server.BaseHTTPRequestHandler.__init__(self, *args, **kwargs) 403 class FakeHTTPRequestHandler(http.server.BaseHTTPRequestHandler):
|
| D | test_robotparser.py | 9 from http.server import BaseHTTPRequestHandler, HTTPServer 302 class RobotHandler(BaseHTTPRequestHandler):
|
| D | test_httpservers.py | 7 from http.server import BaseHTTPRequestHandler, HTTPServer, \ 90 class request_handler(NoLogRequestHandler, BaseHTTPRequestHandler): 318 class request_handler(BaseHTTPRequestHandler): 1029 log_message = BaseHTTPRequestHandler.log_message
|
| D | test_xmlrpc.py | 324 class RequestHandler(http.server.BaseHTTPRequestHandler):
|
| D | test_logging.py | 58 from http.server import HTTPServer, BaseHTTPRequestHandler 952 class DelegatingHTTPRequestHandler(BaseHTTPRequestHandler):
|
| /third_party/python/Lib/wsgiref/ |
| D | simple_server.py | 13 from http.server import BaseHTTPRequestHandler, HTTPServer 71 class WSGIRequestHandler(BaseHTTPRequestHandler):
|
| /third_party/python/Doc/library/ |
| D | http.server.rst | 31 def run(server_class=HTTPServer, handler_class=BaseHTTPRequestHandler): 58 .. class:: BaseHTTPRequestHandler(request, client_address, server) 63 :class:`BaseHTTPRequestHandler` provides a number of class and instance 73 :class:`BaseHTTPRequestHandler` has the following instance variables: 134 :class:`BaseHTTPRequestHandler` has the following attributes: 184 A :class:`BaseHTTPRequestHandler` instance has the following methods: 338 :class:`BaseHTTPRequestHandler`. This class implements the :func:`do_GET` 518 default :class:`BaseHTTPRequestHandler` ``.log_message``
|
| D | urllib.error.rst | 46 :attr:`http.server.BaseHTTPRequestHandler.responses`.
|
| D | http.client.rst | 141 and :attr:`http.server.BaseHTTPRequestHandler.headers`).
|
| D | wsgiref.rst | 319 :class:`http.server.BaseHTTPRequestHandler` that will be used to process
|
| /third_party/python/Lib/xmlrpc/ |
| D | server.py | 108 from http.server import BaseHTTPRequestHandler 423 class SimpleXMLRPCRequestHandler(BaseHTTPRequestHandler): 567 BaseHTTPRequestHandler.log_request(self, code, size) 662 message, explain = BaseHTTPRequestHandler.responses[code]
|
| /third_party/ninja/src/ |
| D | browse.py | 165 class RequestHandler(httpserver.BaseHTTPRequestHandler):
|
| /third_party/python/Lib/http/ |
| D | server.py | 146 class BaseHTTPRequestHandler(socketserver.StreamRequestHandler): class 646 class SimpleHTTPRequestHandler(BaseHTTPRequestHandler): 1250 def test(HandlerClass=BaseHTTPRequestHandler,
|
| /third_party/python/Doc/howto/ |
| D | urllib2.rst | 247 :attr:`http.server.BaseHTTPRequestHandler.responses` is a useful dictionary of
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.3.rst | 1414 :class:`http.server.BaseHTTPRequestHandler` now buffers the headers and writes 1415 them all at once when :meth:`~http.server.BaseHTTPRequestHandler.end_headers` is 1416 called. A new method :meth:`~http.server.BaseHTTPRequestHandler.flush_headers`
|
| D | 3.2.rst | 2411 (:issue:`1569291` by Alexander Belopolsky). The :class:`BaseHTTPRequestHandler`
|
| D | 3.4.rst | 958 :meth:`~http.server.BaseHTTPRequestHandler.send_error` now accepts an
|
| /third_party/python/Lib/ |
| D | pydoc.py | 2348 class DocHandler(http.server.BaseHTTPRequestHandler):
|
| /third_party/node/deps/v8/tools/ |
| D | grokdump.py | 2624 class InspectionWebHandler(http_server.BaseHTTPRequestHandler):
|
| /third_party/python/Misc/ |
| D | NEWS | 768 :class:`BaseHTTPRequestHandler` ``.log_message`` method to replace control 930 BaseHTTPRequestHandler.log_message so that it is technically possible to 29971 - bpo-25738: Stop http.server.BaseHTTPRequestHandler.send_error() from 32804 - bpo-25738: Stop http.server.BaseHTTPRequestHandler.send_error() from 35009 - bpo-21793: BaseHTTPRequestHandler again logs response code as numeric, not
|
| D | HISTORY | 2654 http.server.BaseHTTPRequestHandler. Patch by Nikolaus Rath. 5767 - Issue #16088: BaseHTTPRequestHandler's send_error method includes a 9661 - Issue #3709: add a flush_headers method to BaseHTTPRequestHandler, which 11369 - Issue #3709: BaseHTTPRequestHandler will buffer the headers and write to
|