Home | History | Annotate | Download | only in logging

Lines Matching refs:http

695     http://www.nightmare.com/squirl/python-ext/misc/syslog.py
1163 import http.client, urllib.parse
1166 h = http.client.HTTPSConnection(host, context=self.context)
1168 h = http.client.HTTPConnection(host)