Searched refs:ProxyHandler (Results 1 – 23 of 23) sorted by relevance
16 class ProxyHandler(StreamRequestHandler): class82 self._server = ThreadedProxyServer(server_address, ProxyHandler)
24 class ProxyHandler(StreamRequestHandler): class83 self._server = ThreadedHitServer(server_address, ProxyHandler)
142 proxy_handler = urllib.request.ProxyHandler(proxies)
79 :class:`ProxyHandler` is default installed and makes sure the requests are105 instances of them or subclasses of them: :class:`ProxyHandler` (if proxy220 .. class:: ProxyHandler([proxies])727 ProxyHandler Objects731 .. method:: ProxyHandler.protocol_open(request)736 The :class:`ProxyHandler` will have a method :samp:`{protocol}_open` for every1003 :class:`ProxyHandler`. By default, :class:`ProxyHandler` uses the environment1008 This example replaces the default :class:`ProxyHandler` with one that uses1012 proxy_handler = urllib2.ProxyHandler({'http': 'http://www.example.com:3128/'})
310 ``ProxyHandler`` explicitly, or make sure the variable name is in
71 o = urllib_request.build_opener(urllib_request.ProxyHandler({})).open(
225 opener = urllib.request.build_opener(urllib.request.ProxyHandler({}))
1059 ph = urllib2.ProxyHandler(dict(http="proxy.example.com:3128"))1077 ph = urllib2.ProxyHandler(dict(http="proxy.example.com"))1092 ph = urllib2.ProxyHandler(dict(https='proxy.example.com:3128'))1107 ph = urllib2.ProxyHandler(dict(https='proxy.example.com:3128'))1167 ph = urllib2.ProxyHandler(dict(http="proxy.example.com:3128"))
350 handler = urllib2.ProxyHandler({"http" : proxy_url})446 proxy_handler = urllib2.ProxyHandler({})
1349 ph = urllib.request.ProxyHandler(d)1366 ph = urllib.request.ProxyHandler(dict(http="proxy.example.com"))1381 ph = urllib.request.ProxyHandler(dict(http="proxy.example.com"))1391 ph = urllib.request.ProxyHandler(dict(https="proxy.example.com:3128"))1407 ph = urllib.request.ProxyHandler(dict(https='proxy.example.com:3128'))1523 ph = urllib.request.ProxyHandler(dict(http="proxy.example.com:3128"))
349 handler = urllib.request.ProxyHandler({"http" : proxy_url})
81 :class:`ProxyHandler` is default installed and makes sure the requests are88 :class:`ProxyHandler` objects.137 instances of them or subclasses of them: :class:`ProxyHandler` (if proxy179 ``ProxyHandler`` explicitly, or make sure the variable name is in294 .. class:: ProxyHandler(proxies=None)891 ProxyHandler Objects895 .. method:: ProxyHandler.<protocol>_open(request)898 The :class:`ProxyHandler` will have a method :meth:`<protocol>_open` for every1259 :class:`ProxyHandler`. By default, :class:`ProxyHandler` uses the environment1264 This example replaces the default :class:`ProxyHandler` with one that uses[all …]
50 import io.netty.handler.proxy.ProxyHandler;238 ProxyHandler proxyHandler, ProtocolNegotiator.Handler handler) {
494 -- ``ProxyHandler`` (if a proxy setting such as an :envvar:`http_proxy`512 the ``ProxyHandler``, which is part of the normal handler chain when a proxy515 ``ProxyHandler``, with no proxies defined. This is done using similar steps to518 >>> proxy_support = urllib2.ProxyHandler({})
517 -- ``ProxyHandler`` (if a proxy setting such as an :envvar:`http_proxy`535 the ``ProxyHandler``, which is part of the normal handler chain when a proxy538 ``ProxyHandler``, with no proxies defined. This is done using similar steps to541 >>> proxy_support = urllib.request.ProxyHandler({})
493 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,735 class ProxyHandler(BaseHandler): class
376 opener.add_handler(urllib2.ProxyHandler())
577 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,785 class ProxyHandler(BaseHandler): class
779 * :class:`py2:urllib2.ProxyHandler`
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
3261 :class:`urllib.request.ProxyHandler` now lowercases the keys of the passed
4112 inserting a "dummy" HTTPHandler after a ProxyHandler when building an
21496 inserting a "dummy" HTTPHandler after a ProxyHandler when building an