Package wsgitools :: Module applications
[hide private]
[frames] | no frames]

Module applications

source code

Classes [hide private]
  basestring
str(object='') -> string
  StaticContent
This wsgi application provides static content on whatever request it receives with method GET or HEAD (content stripped).
  StaticFile
This wsgi application provides the content of a static file on whatever request it receives with method GET or HEAD (content stripped).
Variables [hide private]
  __package__ = 'wsgitools'