-
```
Please, write debug middleware like in tipfy/werkzeug framework.
```
Original issue reported on code.google.com by `gmarke...@gmail.com` on 27 Jul 2011 at 12:55
-
Create security middleware
-
Assume that I have these middlewares like this
```
var logStuff = [logOriginalUrl, logMethod]
app.get('/user/:id', logStuff, function (req, res, next) {
res.send('User Info')
})
```
How do…
-
**Describe the bug**
The documentation states that middleware errors should stop the client from reconnecting. However, this does not seem to be the case for middleware created using io.engine.use.
…
-
### Feature Description
With the introduction of `Logger` interface (https://github.com/gofiber/fiber/pull/2499), it is easier now to plug my own log library into Fiber. With that said, `logger` midd…
-
leftover from #85 - currently `wrap-params` is required from Ring, could be optimized and packaged into `reitit-middleware`. the body-params could be pushed into Muuntaja (see https://github.com/metos…
-
I'm loving the middlewares concept of GraphQL Modules!
I am struggling with something though, and wonder if anyone can help. I have a set of 20 or so queries in a module that all need to use an au…
-
Sessions are stored locally and therefore will create issues when cloning moleculer services
-
Following this [Gitter discussion](https://gitter.im/http4s/http4s?at=5b5fbe6820d248394f690d58) with @rossabaker I'm opening this issue to further discuss the current situation about middleware compos…
-
#### Perceived Problem
- users resort to `server.custom` in every app to add express middleware
- `server.custom` should be a rare escape hatch
- `server.custom` widespread use would make Nexus f…