v1.2.0
Changelog
- oh windows,,,
- Fix Path Traversal on windows
- Use AsRef more instead of Display
- Add a serve path to Serve Static
- Serve index from serve path
- Remove the
ignore_trailing_path_slash
feature - Redo Internal Error handling system
- Middleware use references to Requests and Responses and stuff
- Improve built-in serve_static middleware
- Re organize extension stuff
- RateLimit use RwLock
- Add Request ID Middleware
- Server Wide State
- Add Cache Middleware
- Remove insane build script
- When building http response only add Content-Length and default headers if they are not already present
- Add server state syste
- Improved Request Parsing
- Redo Error system
- Remove the requests raw_data feild
- Remove Request::body_string in favor of String::from_utf8()
- Fix HTTP parseing and genatation issues
What's Changed
- 🔮 State by @Basicprogrammer10 in #14
- ✨ afire 1.2.0 by @Basicprogrammer10 in #15
Full Changelog: v1.1.0...v1.2.0
Change Outline: https://connorcode.com/writing/afire/update-4