doc/book/devweb/request.rst
changeset 12530 9d88e1177c35
parent 11875 011730a4af73
equal deleted inserted replaced
12529:7276f1c89ddd 12530:9d88e1177c35
   105   * `property_value(key)`, properties management (`CWProperty`)
   105   * `property_value(key)`, properties management (`CWProperty`)
   106   * dictionary `data` to store data to share informations between components
   106   * dictionary `data` to store data to share informations between components
   107     *while a request is executed*
   107     *while a request is executed*
   108 
   108 
   109 Please note that this class is abstract and that a concrete implementation
   109 Please note that this class is abstract and that a concrete implementation
   110 will be provided by the *frontend* web used (in particular *twisted* as of
   110 will be provided by the *frontend* web used. For the views or others that are
   111 today). For the views or others that are executed on the server side,
   111 executed on the server side, most of the interface of `Request` is defined in
   112 most of the interface of `Request` is defined in the session associated
   112 the session associated to the client.
   113 to the client.
       
   114 
   113 
   115 API
   114 API
   116 ```
   115 ```
   117 
   116 
   118 The elements we gave in overview for above are built in three layers,
   117 The elements we gave in overview for above are built in three layers,