Lines Matching refs:http
12 serve pydoc-style documentation in response to HTTP
108 from http.server import BaseHTTPRequestHandler
111 import http.server
228 see http://xmlrpc.usefulinc.com/doc/reserved.html
239 see http://www.xmlrpc.com/discuss/msgReader$1208"""
311 # See http://xmlrpc.usefulinc.com/doc/sysmethodsig.html
353 See http://www.xmlrpc.com/discuss/msgReader$1208
436 Handles all HTTP POST requests and attempts to decode them as
477 """Handles the HTTP POST request.
479 Attempts to interpret all HTTP POST requests as XML-RPC calls,
518 # internal error, report as HTTP server error
611 HTTP request paths. This makes it possible to run two or more
670 """Handle a single HTTP GET request.
679 response = http.server.DEFAULT_ERROR_MESSAGE % \
687 print('Content-Type: %s' % http.server.DEFAULT_ERROR_CONTENT_TYPE)
698 XML-RPC response is printed to stdout along with the correct HTTP
734 pattern = re.compile(r'\b((http|ftp)://\S+[\w/]|'
749 url = 'http://www.rfc-editor.org/rfc/rfc%d.txt' % int(rfc)
752 url = 'http://www.python.org/dev/peps/pep-%04d/' % int(pep)
902 Handles all HTTP POST requests and attempts to decode them as
905 Handles all HTTP GET requests and interprets them as requests
910 """Handles the HTTP GET request.
912 Interpret all HTTP GET requests as requests for server
949 """Handles the HTTP GET request.
951 Interpret all HTTP GET requests as requests for server