doc/book/en/A03a-concepts.en.txt
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1221 d474534fd04d
equal deleted inserted replaced
1397:6cbc7bc8ea6d 1398:5fe84a5f7035
   265   * `get_header(header)`, returns the value associated to an arbitrary header
   265   * `get_header(header)`, returns the value associated to an arbitrary header
   266     of the HTTP request
   266     of the HTTP request
   267   * `set_header(header, value)`, adds an arbitrary header in the response
   267   * `set_header(header, value)`, adds an arbitrary header in the response
   268   * `cursor()` returns a RQL cursor on the session
   268   * `cursor()` returns a RQL cursor on the session
   269   * `execute(*args, **kwargs)`, shortcut to ``.cursor().execute()``
   269   * `execute(*args, **kwargs)`, shortcut to ``.cursor().execute()``
   270   * `property_value(key)`, properties management (`EProperty`)
   270   * `property_value(key)`, properties management (`CWProperty`)
   271   * dictionary `data` to store data to share informations between components
   271   * dictionary `data` to store data to share informations between components
   272     *while a request is executed*
   272     *while a request is executed*
   273 
   273 
   274 Please note that this class is abstract and that a concrete implementation
   274 Please note that this class is abstract and that a concrete implementation
   275 will be provided by the *frontend* web used (in particular *twisted* as of
   275 will be provided by the *frontend* web used (in particular *twisted* as of