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

Module shttp.http

Classes
HTTPRequestHandler  
HTTPServer  

Function Summary
  httpcall(realhandler, returntype)
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.

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