2011-06-11 21:48:46 +00:00
|
|
|
``tornado.httpserver`` --- Non-blocking HTTP server
|
|
|
|
===================================================
|
2011-06-09 06:58:58 +00:00
|
|
|
|
|
|
|
.. automodule:: tornado.httpserver
|
2011-06-17 05:36:33 +00:00
|
|
|
|
|
|
|
``HTTPRequest`` objects
|
|
|
|
-----------------------
|
|
|
|
.. autoclass:: HTTPRequest
|
|
|
|
:members:
|
|
|
|
|
|
|
|
HTTP Server
|
|
|
|
-----------
|
|
|
|
.. autoclass:: HTTPServer
|
2011-06-19 18:23:53 +00:00
|
|
|
:members:
|
|
|
|
|
2011-06-17 05:36:33 +00:00
|
|
|
.. autoclass:: HTTPConnection
|
2011-06-19 18:23:53 +00:00
|
|
|
:members:
|