:py:mod:`httpstan.routes` ========================= .. py:module:: httpstan.routes .. autoapi-nested-parse:: Routes for httpstan. Routes for the HTTP server are defined here. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: httpstan.routes.setup_routes .. py:function:: setup_routes(app: aiohttp.web.Application) -> None Add routes to Application. :param app: Application to which routes should be added. :type app: aiohttp.Application