134
Stars
15
Forks
MIT
License
Go
Language
2024-03-24
Last Update
3
Open Issues
aliens
golang
http
lightweight
router
Related in Libraries for creating HTTP middlewares
- alice - Painless middleware chaining for Go.
- catena - http.Handler wrapper catenation (same API as "chain").
- chain - Handler wrapper chaining with scoped data (net/context-based "middleware").
- gores - Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs.
- interpose - Minimalist net/http middleware for golang.
- mediary - add interceptors to http.Client to allow dumping/shaping/tracing/... of requests/responses.
- muxchain - Lightweight middleware for net/http.
- negroni - Idiomatic HTTP middleware for Golang.
- render - Go package for easily rendering JSON, XML, and HTML template responses.
- renderer - Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go.