flyer 0.1.2

HTTP framework for rust
Documentation
# TODO

# Fix multi

- Multiple request freeze.

# Validation
- Make the rule async DB operation or blocking operations will occur.

# FIX HTTP2 Multipart FORM
- Getting error `received with incomplete data`

# Refactor code

- Cleanup package structure.


# WORKING ON MAKING MIDDLEWARE ASYNC

- Must make middleware async because DB call may occur of async operation maybe wanted to verify request...


# ************** HTTP3 HANDLER REQUEST NOTE **************

- Request body does not have data find way to get data.


# HTTP

* Add Route Subdomain...
* Request   
* Response
* Middleware
* Router
* Controller


# Handler errors when doing final refactor...

- TCP connection break etc...


# HTTP3 websocket

- Check how websocket work in HTTP3


# Change Architecture

- Remove unsafe blocks.

<!-- // #[allow(deprecated)] -->