pulsar.web package
Submodules
pulsar.web.framework module
Tiny framework used to power Pulsar application, nothing in here is specific to running or staging jobs. Mostly deals with routing web traffic and parsing parameters.
- class pulsar.web.framework.Controller(method=None, path=None, response_type='OK')[source]
Bases:
objectWraps python functions into controller methods.
pulsar.web.routes module
- class pulsar.web.routes.PulsarController(**kwargs)[source]
Bases:
Controller
pulsar.web.wsgi module
- class pulsar.web.wsgi.PulsarWebApp(pulsar_app)[source]
Bases:
RoutingAppWeb application for Pulsar web server.
Module contents
The code explicitly related to the Pulsar web server can be found in this module and its submodules.