mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-25 15:23:48 +00:00
🌱 Third Party Middlewares
This commit is contained in:
parent
383591fba6
commit
f984c8ec66
44
.github/README.md
vendored
44
.github/README.md
vendored
@ -471,33 +471,33 @@ func main() {
|
||||
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Media
|
||||
|
||||
|
46
.github/README_de.md
vendored
46
.github/README_de.md
vendored
@ -468,35 +468,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Verfügbare Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
Für _eine leichtere_ und _übersichtlichere_ arbeit haben wir die [middleware](https://docs.gofiber.io/middleware) in getrennte repositories gestellt:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Medien
|
||||
|
||||
|
46
.github/README_es.md
vendored
46
.github/README_es.md
vendored
@ -465,35 +465,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Middlewares disponibles
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
Para un trabajo _más claro_ y _sencillo_, hemos puesto cada [middleware](https://docs.gofiber.io/middleware) en repositorios separados:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Medios
|
||||
|
||||
|
46
.github/README_fr.md
vendored
46
.github/README_fr.md
vendored
@ -465,35 +465,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Available Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Media
|
||||
|
||||
|
57
.github/README_he.md
vendored
57
.github/README_he.md
vendored
@ -571,41 +571,52 @@ func main() {
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
## 🧬 Middlewares זמינים
|
||||
## 🧬 Official Middlewares
|
||||
</div>
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
למען עבודה _קלה וברורה יותר_, שמנו את ה-[middleware](https://docs.gofiber.io/middleware) תחת repositories נפרדים:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
</div>
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
</div>
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
</div>
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
</div>
|
||||
|
||||
<div dir="rtl">
|
||||
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
</div>
|
||||
|
||||
<div dir="rtl">
|
||||
|
46
.github/README_id.md
vendored
46
.github/README_id.md
vendored
@ -467,35 +467,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Available Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Media
|
||||
|
||||
|
46
.github/README_ja.md
vendored
46
.github/README_ja.md
vendored
@ -469,35 +469,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Available Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 メディア
|
||||
|
||||
|
46
.github/README_ko.md
vendored
46
.github/README_ko.md
vendored
@ -469,35 +469,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Available Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 미디어
|
||||
|
||||
|
46
.github/README_nl.md
vendored
46
.github/README_nl.md
vendored
@ -469,35 +469,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Beschikbare Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
Voor _eenvoudiger_ en _duidelijker_ werk hebben we de beschikbare [middleware](https://fiber.wiki/middleware) in afzonderlijke repositories geplaatst:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Media
|
||||
|
||||
|
46
.github/README_pt.md
vendored
46
.github/README_pt.md
vendored
@ -465,35 +465,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Available Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Mídia
|
||||
|
||||
|
46
.github/README_ru.md
vendored
46
.github/README_ru.md
vendored
@ -467,35 +467,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Доступные Middleware
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
Для более простой и прозрачной работы, мы вынесли [middleware](https://docs.gofiber.io/middleware) в отдельные репозитории:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Медиа
|
||||
|
||||
|
46
.github/README_tr.md
vendored
46
.github/README_tr.md
vendored
@ -463,35 +463,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Mevcut Ara Katmanlar
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
_Kolay_ ve _daha temiz_ çalışma için [ara katmanlarımızı](https://docs.gofiber.io/middleware) farklı depoların içine koyduk.
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 Medya
|
||||
|
||||
|
46
.github/README_zh-CN.md
vendored
46
.github/README_zh-CN.md
vendored
@ -468,35 +468,35 @@ func main() {
|
||||
```
|
||||
</details>
|
||||
|
||||
## 🧬 Available Middlewares
|
||||
## 🧬 Official Middlewares
|
||||
|
||||
For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
For an more _maintainable_ middleware _ecosystem_, we've put official [middlewares](https://docs.gofiber.io/middleware) into separate repositories:
|
||||
|
||||
- [Basic Authentication](https://github.com/gofiber/basicauth)
|
||||
- [Key Authentication](https://github.com/gofiber/keyauth)
|
||||
- [Compression](https://github.com/gofiber/compression)
|
||||
- [Request ID](https://github.com/gofiber/requestid)
|
||||
- [WebSocket](https://github.com/gofiber/websocket)
|
||||
- [Rewrite](https://github.com/gofiber/rewrite)
|
||||
- [Recover](https://github.com/gofiber/recover)
|
||||
- [Limiter](https://github.com/gofiber/limiter)
|
||||
- [Session](https://github.com/gofiber/session)
|
||||
- [Logger](https://github.com/gofiber/logger)
|
||||
- [Helmet](https://github.com/gofiber/helmet)
|
||||
- [Embed](https://github.com/gofiber/embed)
|
||||
- [PPROF](https://github.com/gofiber/pprof)
|
||||
- [CORS](https://github.com/gofiber/cors)
|
||||
- [CSRF](https://github.com/gofiber/csrf)
|
||||
- [JWT](https://github.com/gofiber/jwt)
|
||||
- [gofiber/basicauth](https://github.com/gofiber/basicauth)
|
||||
- [gofiber/keyauth](https://github.com/gofiber/keyauth)
|
||||
- [gofiber/compression](https://github.com/gofiber/compression)
|
||||
- [gofiber/requestid](https://github.com/gofiber/requestid)
|
||||
- [gofiber/websocket](https://github.com/gofiber/websocket)
|
||||
- [gofiber/rewrite](https://github.com/gofiber/rewrite)
|
||||
- [gofiber/recover](https://github.com/gofiber/recover)
|
||||
- [gofiber/limiter](https://github.com/gofiber/limiter)
|
||||
- [gofiber/session](https://github.com/gofiber/session)
|
||||
- [gofiber/logger](https://github.com/gofiber/logger)
|
||||
- [gofiber/helmet](https://github.com/gofiber/helmet)
|
||||
- [gofiber/embed](https://github.com/gofiber/embed)
|
||||
- [gofiber/pprof](https://github.com/gofiber/pprof)
|
||||
- [gofiber/cors](https://github.com/gofiber/cors)
|
||||
- [gofiber/csrf](https://github.com/gofiber/csrf)
|
||||
- [gofiber/jwt](https://github.com/gofiber/jwt)
|
||||
|
||||
## 🌱 Third Party Middlewares
|
||||
|
||||
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
|
||||
- https://github.com/arsmn/fiber-swagger
|
||||
- https://github.com/arsmn/fiber-casbin
|
||||
- https://github.com/arsmn/fiber-introspect
|
||||
- https://github.com/shareed2k/fiber_tracing
|
||||
- https://github.com/shareed2k/fiber_limiter
|
||||
- [arsmn/fiber-swagger](https://github.com/arsmn/fiber-swagger)
|
||||
- [arsmn/fiber-casbin](https://github.com/arsmn/fiber-casbin)
|
||||
- [arsmn/fiber-introspect](https://github.com/arsmn/fiber-introspect)
|
||||
- [shareed2k/fiber_tracing](https://github.com/shareed2k/fiber_tracing)
|
||||
- [shareed2k/fiber_limiter](https://github.com/shareed2k/fiber_limiter)
|
||||
|
||||
## 💬 媒体
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user