1
0
mirror of https://github.com/ggicci/httpin.git synced 2024-11-24 08:32:45 +02:00

chore(docs): up integration section

This commit is contained in:
Ggicci 2021-07-15 17:46:36 +08:00
parent 105585c9ac
commit 37bf0072f6

View File

@ -120,16 +120,11 @@ func ListUsers(rw http.ResponseWriter, r *http.Request) {
## Integrate with Popular Go Web Frameworks and Components
### Frameworks
- [go-chi/chi](https://github.com/ggicci/httpin/wiki/Integrate-with-gochi)
- [gin-gonic/gin](https://github.com/ggicci/httpin/wiki/Integrate-with-gin)
- [go-chi/chi](https://github.com/ggicci/httpin/wiki/Integrate-with-gochi)
- [gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux)
- ...
### Components
- [HTTP Router: gorilla/mux](https://github.com/ggicci/httpin/wiki/Integrate-with-gorilla-mux)
## Advanced
### 🔥 Extend `httpin` by adding custom directives