[ADD] doc: new documentation, with training tutorials, and new scaffolding
[odoo/odoo.git] / doc / reference / http.rst
1 ===============
2 Web Controllers
3 ===============
4
5 Routing
6 =======
7
8 .. autofunction:: openerp.http.route
9
10 .. _reference/http/request:
11
12 Request
13 =======
14
15 Response
16 ========
17
18 JSON-RPC
19 ========
20
21 .. _reference/http/controllers:
22
23 Extension: controllers
24 ======================
25
26 .. this should be about inheritance/extension, do web controllers still do
27    anything else nowadays?