Home | History | Annotate | Download | only in test

Lines Matching refs:http

2 import http.client
45 that start with http and ftp should be auto-linked, too:
46 http://google.com.
77 self.client = http.client.HTTPConnection("localhost:%d" % PORT)
126 http or ftp protocol prefixes.
136 b'follows&nbsp;<a href="http://www.python.org/dev/peps/pep-0008/">'
138 b'with&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc1952.txt">'
141 b'with&nbsp;http&nbsp;and&nbsp;ftp&nbsp;should&nbsp;be&nbsp;'
142 b'auto-linked,&nbsp;too:<br>\n<a href="http://google.com">'
143 b'http://google.com</a>.</tt></dd></dl>'), response)