Categorygithub.com/akarachen/hyper-net
repository
0.0.0-20250120014730-1f4fe690d2c6
Repository: https://github.com/akarachen/hyper-net.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Hyper Net

Just a toy project.

Features

  1. Based on net/http
  2. Easy to use
  3. Support for middleware (onion architecture)
  4. Support for http.Handler(By calling hyper.HTTPHandlerIntoHyper)
  5. Graceful shutdown

TODO

  • Method
  • Group
  • Status
  • IP(X-Forwarded-For)
  • Method
  • Query
  • Redirect
  • Cookie
  • FormValue/FormFile
  • Download
  • Middleware
  • Support http.Handler