Lines Matching refs:selector
194 host, selector = splithost(proxyhost)
296 host, selector = splithost(url)
302 host, selector = url
306 urltype, rest = splittype(selector)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
320 #print "proxy via http:", host, selector
336 h.putrequest('POST', selector)
340 h.putrequest('GET', selector)
391 host, selector = splithost(url)
397 host, selector = url
400 urltype, rest = splittype(selector)
410 selector = "%s://%s%s" % (urltype, realhost, rest)
411 #print "proxy via https:", host, selector
427 h.putrequest('POST', selector)
432 h.putrequest('GET', selector)
723 host, selector = splithost(url)
724 newurl = 'http://' + host + selector
740 host, selector = splithost(url)
741 newurl = 'https://' + host + selector
757 host, selector = splithost(url)
763 newurl = 'http://' + host + selector
770 host, selector = splithost(url)
776 newurl = 'https://' + host + selector