flyer 0.0.49

HTTP framework for rust
Documentation
# Refactor websocket

- Move websocket logic to http1_websocket handler.
- Cleanup websocket http1.



# 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


# Remove package
- Now all packages are used remove unused packages.