httpstan.routes

Routes for httpstan.

Routes for the HTTP server are defined here.

Module Contents

Functions

setup_routes(→ None)

Add routes to Application.

httpstan.routes.setup_routes(app: aiohttp.web.Application) None[source]

Add routes to Application.

Parameters:

app (aiohttp.Application) – Application to which routes should be added.