-
**Is your feature request related to a problem? Please describe.**
ASP.NET has rich feature support for middleware of handling requests. This is extremely useful for things like adding global exceptio…
-
Currently, `PostHog` analytics and authorization checks are in all routes. We should centralize them into a middleware, where we should setup usage measurement and checks for big queries/permissions/c…
-
**Describe the bug**
Instead of creating a new "top_level_asgi" Starlette instance to handle the lifespan tasks after applying `api_transformer`, we could use a lighterweight and more generic middlewa…
-
-
I would like to propose adding **Pipeline Middleware Handling**.
This feature would allow adding logic before or after the main handler is executed, which helps with:
- Validation
- Logging
- Authori…
-
Middleware za pregled objava provodi nekoliko funkcionalnosti prije nego što se objave dohvate s backend-a. Prvo, provodi **autentifikaciju** korisnika kako bi osigurao da samo prijavljeni korisnici m…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
OutputCacheEntry is renting an ArrayPool that never gets returned to the pool, in method: Cop…
-
### Describe the feature
Last week I wanted to add websocket to an existing nitro app, but ran into some unexpected behaviours. I think fixing/improving these would be beneficial for everyone.
I hav…
-
Both examples are where deduplication do not occur, it would be helpful to have another example to show where deduplication occurs.
https://orpc.unnoq.com/docs/best-practices/dedupe-middleware#built-…
-
Follow up to https://github.com/octokit/webhooks.js/pull/1078
### Describe the need
Currently, octokit only supports creating middleware for Node.js ,
but there are times when I want to use octokit i…