toastdriven / itty3

The itty-bitty Python web framework... **Now Rewritten For Python 3!**
https://itty3.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Static File Support #6

Closed toastdriven closed 4 years ago

toastdriven commented 4 years ago

Problem

Being able to serve static files (while in development) can be an important barrier to entry. Providing at least a minimal implementation (while being mindful of security concerns) would be nice to have.

Setup

Python version: 3.7.4 itty3 version (itty3.get_version(full=True)): 1.0.0 OS: All Any other libraries/setup: None

toastdriven commented 4 years ago

Added in SHA: b621661

Docs are pending before the release.