Package twisted :: Package web :: Module server
[show private | hide private]
[frames | no frames]

Module twisted.web.server

This is a web-sever which integrates with the twisted.internet infrastructure.
Classes
Request  
Session A user's session with a system.
Site  

Exceptions
UnsupportedMethod Raised by a resource when faced with a strange request method.

Variable Summary
int NOT_DONE_YET
SelectReactor reactor
tuple supportedMethods
str version

Variable Details

NOT_DONE_YET

Type:
int
Value:
1                                                                      

reactor

Type:
SelectReactor
Value:
<twisted.internet.default.SelectReactor instance at 0x10339470>        

supportedMethods

Type:
tuple
Value:
('GET', 'HEAD', 'POST')                                                

version

Type:
str
Value:
'TwistedWeb/1.0.2'                                                     

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:25 2003 http://epydoc.sf.net