Skip to content

Commit 0747607

Browse files
committed
Use real section headers
1 parent 79a9052 commit 0747607

File tree

1 file changed

+67
-62
lines changed

1 file changed

+67
-62
lines changed

website/sphinx/web.rst

Lines changed: 67 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -7,68 +7,73 @@
77
----------------
88
.. autoclass:: RequestHandler
99

10-
**Entry points**
11-
12-
.. automethod:: initialize
13-
.. automethod:: prepare
14-
15-
Implement any of the following methods to handle the corresponding
16-
HTTP method.
17-
18-
.. automethod:: get
19-
.. automethod:: post
20-
.. automethod:: put
21-
.. automethod:: delete
22-
.. automethod:: head
23-
.. automethod:: options
24-
25-
**Input**
26-
27-
.. automethod:: get_argument
28-
.. automethod:: get_arguments
29-
.. automethod:: decode_argument
30-
31-
**Output**
32-
33-
.. automethod:: set_status
34-
.. automethod:: set_header
35-
.. automethod:: write
36-
.. automethod:: flush
37-
.. automethod:: finish
38-
.. automethod:: render
39-
.. automethod:: render_string
40-
.. automethod:: redirect
41-
.. automethod:: send_error
42-
.. automethod:: get_error_html
43-
.. automethod:: clear
44-
45-
46-
**Cookies**
47-
48-
.. autoattribute:: cookies
49-
.. automethod:: get_cookie
50-
.. automethod:: set_cookie
51-
.. automethod:: clear_cookie
52-
.. automethod:: clear_all_cookies
53-
.. automethod:: get_secure_cookie
54-
.. automethod:: set_secure_cookie
55-
.. automethod:: create_signed_value
56-
57-
**Other**
58-
59-
.. automethod:: async_callback
60-
.. automethod:: check_xsrf_cookie
61-
.. automethod:: compute_etag
62-
.. automethod:: get_browser_locale
63-
.. automethod:: get_current_user
64-
.. automethod:: get_login_url
65-
.. automethod:: get_status
66-
.. automethod:: get_template_path
67-
.. automethod:: get_user_locale
68-
.. automethod:: on_connection_close
69-
.. automethod:: require_setting
70-
.. automethod:: static_url
71-
.. automethod:: xsrf_form_html
10+
Entry points
11+
^^^^^^^^^^^^
12+
13+
.. automethod:: RequestHandler.initialize
14+
.. automethod:: RequestHandler.prepare
15+
16+
Implement any of the following methods to handle the corresponding
17+
HTTP method.
18+
19+
.. automethod:: RequestHandler.get
20+
.. automethod:: RequestHandler.post
21+
.. automethod:: RequestHandler.put
22+
.. automethod:: RequestHandler.delete
23+
.. automethod:: RequestHandler.head
24+
.. automethod:: RequestHandler.options
25+
26+
Input
27+
^^^^^
28+
29+
.. automethod:: RequestHandler.get_argument
30+
.. automethod:: RequestHandler.get_arguments
31+
.. automethod:: RequestHandler.decode_argument
32+
33+
Output
34+
^^^^^^
35+
36+
.. automethod:: RequestHandler.set_status
37+
.. automethod:: RequestHandler.set_header
38+
.. automethod:: RequestHandler.write
39+
.. automethod:: RequestHandler.flush
40+
.. automethod:: RequestHandler.finish
41+
.. automethod:: RequestHandler.render
42+
.. automethod:: RequestHandler.render_string
43+
.. automethod:: RequestHandler.redirect
44+
.. automethod:: RequestHandler.send_error
45+
.. automethod:: RequestHandler.get_error_html
46+
.. automethod:: RequestHandler.clear
47+
48+
49+
Cookies
50+
^^^^^^^
51+
52+
.. autoattribute:: RequestHandler.cookies
53+
.. automethod:: RequestHandler.get_cookie
54+
.. automethod:: RequestHandler.set_cookie
55+
.. automethod:: RequestHandler.clear_cookie
56+
.. automethod:: RequestHandler.clear_all_cookies
57+
.. automethod:: RequestHandler.get_secure_cookie
58+
.. automethod:: RequestHandler.set_secure_cookie
59+
.. automethod:: RequestHandler.create_signed_value
60+
61+
Other
62+
^^^^^
63+
64+
.. automethod:: RequestHandler.async_callback
65+
.. automethod:: RequestHandler.check_xsrf_cookie
66+
.. automethod:: RequestHandler.compute_etag
67+
.. automethod:: RequestHandler.get_browser_locale
68+
.. automethod:: RequestHandler.get_current_user
69+
.. automethod:: RequestHandler.get_login_url
70+
.. automethod:: RequestHandler.get_status
71+
.. automethod:: RequestHandler.get_template_path
72+
.. automethod:: RequestHandler.get_user_locale
73+
.. automethod:: RequestHandler.on_connection_close
74+
.. automethod:: RequestHandler.require_setting
75+
.. automethod:: RequestHandler.static_url
76+
.. automethod:: RequestHandler.xsrf_form_html
7277

7378

7479

0 commit comments

Comments
 (0)