LinuxForHealth/connect

Implement Configurable Request Size

Opened this issue · 0 comments

Update LinuxForHealth connect to support a configurable "maximum" request size for all API endpoints and the /ingress/upload endpoint.

See the FastAPI documentation for Advanced Middleware for examples. We could also review current available OSS plugins if needed that leverage are Fast API middleware implementations.