Trees | Index | Help |
---|
Package shttp :: Module http |
|
Classes | |
---|---|
HTTPRequestHandler |
|
HTTPServer |
Function Summary | |
---|---|
Creates a lexical closure to execute a function with query_string and post requests as function arguments |realhandler| The handler of the call |returntype| The return type of the function to be placed as Content-Type header | |
test(HandlerClass,
ServerClass)
|
Function Details |
---|
httpcall(realhandler, returntype='text/plain')Creates a lexical closure to execute a function with query_string and post requests as function arguments |realhandler| The handler of the call |returntype| The return type of the function to be placed as Content-Type header Note: If httpcall is used as decorator the declared function will be replaced, use regcall of http object as decorator. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Oct 14 11:50:51 2006 | http://epydoc.sf.net |