Home | History | Annotate | Download | only in Lib

Lines Matching refs:http

19 Run "pydoc -n <hostname>" to start an HTTP server with the given
22 Run "pydoc -p <port>" to start an HTTP server on the given port on the
25 Run "pydoc -b" to start an HTTP server on an arbitrary unused port and
421 if docloc.startswith(("http://", "https://")):
487 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
594 pattern = re.compile(r'\b((http|ftp)://\S+[\w/]|'
609 url = 'http://www.rfc-editor.org/rfc/rfc%d.txt' % int(rfc)
612 url = 'http://www.python.org/dev/peps/pep-%04d/' % int(pep)
2177 """Start an HTTP server thread on a specific port.
2232 import http.server
2237 class DocHandler(http.server.BaseHTTPRequestHandler):
2259 class DocServer(http.server.HTTPServer):
2293 DocServer.base = http.server.HTTPServer
2307 self.url = 'http://%s:%d/' % (self.host, self.port)
2348 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2729 Start an HTTP server with the given hostname (default: localhost).
2732 Start an HTTP server on the given port on the local machine. Port
2736 Start an HTTP server on an arbitrary unused port and open a Web browser