werkzeug
https://github.com/pallets/werkzeug
Python
The comprehensive WSGI web application library.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to werkzeug
Help out
- Issues
- Add Sec-Fetch-Mode and Sec-Fetch-Site header support
- Slow reloading in watchdog mode
- Check event type before pattern matching in watchdog reloader
- `url_for()` can generate URLs that do not match actual routing (may not resolve at all, or may resolve to other endpoint)
- Add a DuplicatedRulesError
- Adding the same route twice will silently fail, should raise an exception instead
- Allow customization of decode error handling in MultiPartParser
- improve subdomain and host matching
- validate `request.trusted_hosts` in `Map.bind_to_environ`
- check `request.trusted_hosts` in `Map.bind_to_environ`
- Docs
- Python not yet supported