OpenQuizz
Une application de gestion des contenus pédagogiques
PlainRequest Class Reference
Inheritance diagram for PlainRequest:
Collaboration diagram for PlainRequest:

Additional Inherited Members

- Public Member Functions inherited from BaseRequest
def __init__ (self, environ, populate_request=True, shallow=False)
 
def __repr__ (self)
 
def url_charset (self)
 
def from_values (cls, *args, **kwargs)
 
def application (cls, f)
 
def want_form_data_parsed (self)
 
def make_form_data_parser (self)
 
def close (self)
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_value, tb)
 
def stream (self)
 
def args (self)
 
def data (self)
 
def get_data (self, cache=True, as_text=False, parse_form_data=False)
 
def form (self)
 
def values (self)
 
def files (self)
 
def cookies (self)
 
def headers (self)
 
def path (self)
 
def full_path (self)
 
def script_root (self)
 
def url (self)
 
def base_url (self)
 
def url_root (self)
 
def host_url (self)
 
def host (self)
 
def access_route (self)
 
def remote_addr (self)
 
- Public Member Functions inherited from AcceptMixin
def accept_mimetypes (self)
 
def accept_charsets (self)
 
def accept_encodings (self)
 
def accept_languages (self)
 
- Public Member Functions inherited from ETagRequestMixin
def cache_control (self)
 
def if_match (self)
 
def if_none_match (self)
 
def if_modified_since (self)
 
def if_unmodified_since (self)
 
def if_range (self)
 
def range (self)
 
- Public Member Functions inherited from UserAgentMixin
def user_agent (self)
 
- Public Member Functions inherited from AuthorizationMixin
def authorization (self)
 
- Public Member Functions inherited from CommonRequestDescriptorsMixin
def content_length (self)
 
def mimetype (self)
 
def mimetype_params (self)
 
def pragma (self)
 
- Data Fields inherited from BaseRequest
 environ
 
 shallow
 
- Static Public Attributes inherited from StreamOnlyMixin
 disable_data_descriptor
 
 want_form_data_parsed
 
- Static Public Attributes inherited from BaseRequest
 charset
 
 encoding_errors
 
 max_content_length
 
 max_form_memory_size
 
 parameter_storage_class
 
 list_storage_class
 
 dict_storage_class
 
 form_data_parser_class
 
 trusted_hosts
 
 disable_data_descriptor
 
 input_stream
 
 query_string
 
 read_only
 
 load_func
 
 doc
 
 method
 
 remote_user
 
 scheme
 
 is_multithread
 
 is_multiprocess
 
 is_run_once
 
- Static Public Attributes inherited from CORSRequestMixin
 origin
 
 doc
 
 access_control_request_headers
 
 load_func
 
 access_control_request_method
 
- Static Public Attributes inherited from CommonRequestDescriptorsMixin
 content_type
 
 doc
 
 content_encoding
 
 content_md5
 
 referrer
 
 date
 
 max_forwards
 
- Properties inherited from BaseRequest
 is_secure
 

Detailed Description

A request object without special form parsing capabilities.

.. versionadded:: 0.9

The documentation for this class was generated from the following file: