Skip to main content

aiohttp.web middleware to serve index files (e.g. index.html) when static directories are requested.

Project description

aiohttp.web middleware to serve index files (e.g. index.html) when static directories are requested.

Usage

from aiohttp import web
from aiohttp_index import IndexMiddleware
app = web.Application(middlewares=[IndexMiddleware()])
app.router.add_static('/', 'static')

app will now serve static/index.html when / is requested.

Dependencies

  • Python 3.5+

  • aiohttp (tested on 0.21.4)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiohttp-index-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

aiohttp_index-0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page