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:
parent
105585c9ac
commit
37bf0072f6
@ -120,16 +120,11 @@ func ListUsers(rw http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
## Integrate with Popular Go Web Frameworks and Components
|
## 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)
|
- [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
|
## Advanced
|
||||||
|
|
||||||
### 🔥 Extend `httpin` by adding custom directives
|
### 🔥 Extend `httpin` by adding custom directives
|
||||||
|
Loading…
Reference in New Issue
Block a user