repository
0.0.0-20250120014730-1f4fe690d2c6
Repository: https://github.com/akarachen/hyper-net.git
Documentation: pkg.go.dev
# README
Hyper Net
Just a toy project.
Features
- Based on net/http
- Easy to use
- Support for middleware (onion architecture)
- Support for
http.Handler
(By callinghyper.HTTPHandlerIntoHyper
) - Graceful shutdown
TODO
- Method
- Group
- Status
- IP(X-Forwarded-For)
- Method
- Query
- Redirect
- Cookie
- FormValue/FormFile
- Download
- Middleware
- Support
http.Handler