Skip to content

v1.1.0

Latest

Choose a tag to compare

@tanrax tanrax released this 05 Jul 16:03

New

  • Disable endpoints with an underscore prefix: rename get.py to _get.py to stop serving that method (405 with Allow header, or 404 if no methods remain), or rename a directory to _dir/ to take its whole subtree offline. Rename back and the endpoint is live again, no restart needed. Dynamic [param] directories still capture URL segments that start with an underscore.