Python Paste


server

A set of descriptors for creating the server-side component of a web-based API.


Functions

f appfactory(uri_path=None) ...

Decorator that decorates a function that produces a WSGI application

Classes

C ClassInit(...) ...

Metaclass to call __classinit__.

This class contains 13 members.

C ApplicationWrapper(...) ...

Object that wraps another object with a WSGI application interface.

Primarily provides dispatch to attributes which put themselves in _attribute_apps (particular Setter()).

This class contains 5 members.

C Setter(...) ...

This class contains 14 members.

C MethodNotAllowed(...) ...

Function placeholder that always raises HTTPMethodNotAllowed

This class contains 2 members.

C JSONSetter(...) ...

This class contains 14 members.

C FuncFactory(...) ...

This class contains 14 members.

See the source for more information.