Package shttp :: Module sHTTP
[show private | hide private]
[frames | no frames]

Module shttp.sHTTP

HTTP package provides a Server and Client (minimal) implementations of the HTTP protocol. Both, server and client, can convert any socket into server or client respectively. The server obtain handlers to methods (GET, POST, etc) and help on most commonly used functions
Classes
HTTP The light weight HTTP Server
HTTPBase Common code to HTTP client and HTTP server
HTTPClient The HTTP Client

Exceptions
HTTPBadHeader  
HTTPBadRequest  
HTTPBadResponse  
HTTPError  
HTTPFileNotFound  
HTTPNullRequest  
HTTPResolverError  
HTTPStopServer  
HTTPUnexpectedStatus  
HTTPURIHandler  

Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 http://epydoc.sf.net