Events
This module implements the necessary Events needed.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Request(WebEvent) -> Request WebEvent
args: request, response
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Response(WebEvent) -> Response WebEvent
args: request, response
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Stream(WebEvent) -> Stream WebEvent
args: request, response
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
none
none