accept_charsets | List of charsets this client supports as [extrait de accept_charsets.__doc__] |
accept_encodings | List of encodings this client accepts. Encodings in a HTTP term [extrait de accept_encodings.__doc__] |
accept_languages | List of languages this client accepts as [extrait de accept_languages.__doc__] |
accept_mimetypes | List of mimetypes this client supports as [extrait de accept_mimetypes.__doc__] |
access_route | If a forwarded header exists this is a list of all ip addresses [extrait de access_route.__doc__] |
args | The parsed URL parameters (the part in the URL after the question [extrait de args.__doc__] |
authorization | The `Authorization` object in parsed form. [extrait de authorization.__doc__] |
base_url | Like :attr:`url` but without the query string. [extrait de base_url.__doc__] |
blueprint | The registered name of the current blueprint. [extrait de __doc__] |
blueprints | The registered names of the current blueprint upwards through [extrait de __doc__] |
cache_control | A :class:`~werkzeug.datastructures.RequestCacheControl` object [extrait de cache_control.__doc__] |
content_length | The Content-Length entity-header field indicates the size of the [extrait de content_length.__doc__] |
cookies | A :class:`dict` with the contents of all cookies transmitted with [extrait de cookies.__doc__] |
data | |
endpoint | The endpoint that matched the request URL. [extrait de __doc__] |
files | :class:`~werkzeug.datastructures.MultiDict` object containing [extrait de files.__doc__] |
form | The form parameters. By default an [extrait de form.__doc__] |
full_path | Requested path, including the query string. [extrait de full_path.__doc__] |
host | The host name the request was made to, including the port if [extrait de host.__doc__] |
host_url | The request URL scheme and host only. [extrait de host_url.__doc__] |
if_match | An object containing all the etags in the `If-Match` header. [extrait de if_match.__doc__] |
if_modified_since | The parsed `If-Modified-Since` header as a datetime object. [extrait de if_modified_since.__doc__] |
if_none_match | An object containing all the etags in the `If-None-Match` header. [extrait de if_none_match.__doc__] |
if_range | The parsed ``If-Range`` header. [extrait de if_range.__doc__] |
if_unmodified_since | The parsed `If-Unmodified-Since` header as a datetime object. [extrait de if_unmodified_since.__doc__] |
is_json | Check if the mimetype indicates JSON data, either [extrait de __doc__] |
is_secure | ``True`` if the request was made with a secure protocol [extrait de __doc__] |
json | The parsed JSON data if :attr:`mimetype` indicates JSON [extrait de __doc__] |
max_content_length | Read-only view of the ``MAX_CONTENT_LENGTH`` config key. [extrait de __doc__] |
mimetype | Like :attr:`content_type`, but without parameters (eg, without [extrait de __doc__] |
mimetype_params | The mimetype parameters as dict. For example if the content [extrait de __doc__] |
pragma | The Pragma general-header field is used to include [extrait de pragma.__doc__] |
range | The parsed `Range` header. [extrait de range.__doc__] |
root_url | The request URL scheme, host, and root path. This is the root [extrait de root_url.__doc__] |
script_root | Alias for :attr:`self.root_path`. ``environ["SCRIPT_ROOT"]`` [extrait de __doc__] |
stream | |
url | The full request URL with the scheme, host, root path, path, [extrait de url.__doc__] |
url_charset | The charset that is assumed for URLs. Defaults to the value [extrait de __doc__] |
url_root | Alias for :attr:`root_url`. The URL with scheme, host, and [extrait de url_root.__doc__] |
user_agent | The user agent. Use ``user_agent.string`` to get the header [extrait de user_agent.__doc__] |
values | A :class:`werkzeug.datastructures.CombinedMultiDict` that [extrait de values.__doc__] |
want_form_data_parsed | ``True`` if the request method carries content. By default [extrait de __doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :