Home | Trees | Indices | Help |
|
---|
|
object --+ | core.Manager --+ | core.BaseComponent --+ | core.Component --+ | HTTP
HTTP Protocol Component
Implements the HTTP server protocol and parses and processes incoming HTTP messages creating and sending an appropriate response.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
channel =
The Component's Channel |
Instance Variables | |
Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
initializes x; see x.__class__.__doc__ for signature
|
Read Event Handler Process any incoming data appending it to an internal buffer. Split the buffer by the standard HTTP delimiter CRLF and create Raw Event per line. Any unfinished lines of text, leave in the buffer.
|
Simple Response Events Handler Send a simple response. |
Default HTTP Error Handler Default Error Handler that by default just responds with the response in the error object passed. The response is normally modified by a HTTPError instance or a subclass thereof. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 17 02:32:18 2014 | http://epydoc.sourceforge.net |