-
### Description
Fastapi provides gzip middleware to compress responses. This could be done at the load balancer level (nginx) but it will be good to have this enabled since the fastapi server mostly …
-
### Environment
Working directory: /home/xiaoeyun/workspace/project-mate 2:02:22 PM
Nuxt project info: …
-
We should document middleware that we recommend to do common things, such as:
- [ ] cors
- [ ] compression
- [ ] proxy
-
I am having issues reproducing the route protection step.
With https://github.com/WebDevSimplified/parity-deals-clone/blob/3661f28d75205d3db84d4b86c82ae535acd11272/src/middleware.ts#L12
I am get…
-
Would it be possible to have a docker container with a GAMA headless server and the middleware in it ? It would ease the use of SIMPLE when there is no need to visualize the GAMA model.
-
## Describe the bug
With `OCIS_LDAP_USER_SCHEMA_USER_TYPE: "ownCloudUserType"` set as variable and the user given the Guest status, he is not able to login anymore with the error `http: panic serving…
-
Is it possible to add custom error handling logic or logging to all server functions (actions) at once, without the need to manually wrap each server function in a middleware function, similar to the …
-
### Environment
```
System:
OS: macOS 14.6.1
CPU: (10) arm64 Apple M1 Pro
Memory: 47.84 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.13.0 - ~/.nvm/versions/node/…
-
### Link to the code that reproduces this issue
https://github.com/Mephiztopheles/custom-server-middleware
### To Reproduce
1. Start the application (`npm run dev`)
2. Visit localhost:3000 in the …
-
This is my main function
```go
package main
import (
"net/http"
// chiMiddleware "github.com/deepmap/oapi-codegen/pkg/chi-middleware"
"github.com/Skeeve/CSApi/internal/generated"
"git…