- Refactor File & Folder Structure
- Refactor suggestion given by cargo clippy
- Full async/await support
- Improved Middleware for async/await
- Added Route & Middleware macro for better DX
- Added Json Response
- Moved from threadpool completely to Tokio Runtime
- Moved from Standard Tcp to Tokio Tcp
- Added Exception for Debug
- Added Code of Conduct
- Changed License
- Rewrite Entire Codebase (Everything)
- Removed Unnecessary Codes & variables & Loops
- Replace own Threadpool with "threadpool" Crate
- Implemented fork for gain more performance
- Made Separate Module for Cpus
- Refactor from Loops to Iterators
- Rename fork file with listen
- Added "Futures" Crate
- Better Memory Manage
- Find Route Callback in Parallel (Improved Latency)
- Added client IP to request header
- Map Function Consistent Parameter
- Improved Query Parser
- Added Benchmark
- Refactor Request Query from Variable to Function (To gain more performance)
- Match Path Bug Fixed
- Update Cargo Info
- Remove Regex with Match
- Improved Performance. (Replacing Regex boot performance by huge margin)
- Initial Publish