tool v0.5.0 documentation

HTTP Serving

«  Data Analysis   ::   Contents   ::   Pagination utilities  »

HTTP Serving

state:stable
dependencies:Werkzeug
feature:http

This extension handles everything related to serving a web application. It does not however include the application itself (middleware, routing, etc.).

API reference

class tool.ext.http.Server(app, conf)
Configuration:

none

Requires:

none

Provides:
commands:
  • http serve — runs a development server for your application

«  Data Analysis   ::   Contents   ::   Pagination utilities  »