Waffleweb Documentation
Welcome to the Waffleweb docs!
Waffleweb is a WSGI Python web framework for making scalable websites easily. Waffleweb is highly customizable and doesn’t force any project layout.
To get started you should go to Getting Started. For How-to guides you can go to How-to Guides. If you are looking for something specific you can go to the Internals Section.
Contents
- Getting Started
- 1.1. Installation Guide1.2. The Basics
- How-To Guides
- 2.1. The Request Object2.2. Responses2.3. Forms2.4. Static Files2.5. Templating2.6. Custom Error Pages2.7. Uploaded Files2.8. Cookies2.9. Middleware2.10. Deploying Your Project
- Internals
- 3.1. app.py3.2. response.py3.3. request.py3.4. static.py3.5. template.py3.6. middleware.py3.7. wsgi.py3.8. datatypes.py3.9. cookie.py3.10. files.py3.11. parser.py3.12. errorResponses.py3.13. Testing Waffleweb