Methods
|
|
|
|
__getitem__
|
__getitem__ ( self, key )
|
|
__init__
|
__init__ ( self, *args )
|
|
__setitem__
|
__setitem__ (
self,
key,
value,
)
--------------------------------------------------
reply header management
--------------------------------------------------
|
|
build_reply_header
|
build_reply_header ( self )
|
|
collect_incoming_data
|
collect_incoming_data ( self, data )
|
|
done
|
done ( self )
finalize this transaction - send output to the http channel
|
|
error
|
error ( self, code )
|
|
found_terminator
|
found_terminator ( self )
|
|
get_header
|
get_header ( self, header )
|
|
get_header_with_regex
|
get_header_with_regex (
self,
head_reg,
group,
)
|
|
has_key
|
has_key ( self, key )
|
|
log
|
log ( self, bytes )
|
|
log_date_string
|
log_date_string ( self, when )
|
|
push
|
push ( self, thing )
|
|
response
|
response ( self, code=200 )
|
|
split_uri
|
split_uri ( self )
|