tapir
tapir copied to clipboard
[Feature Request] Add more global configuration options with endpoint level overrides
Hello,
Creating this ticket as suggested on https://softwaremill.community/t/granular-configuration-at-the-endpoint-level/273/3 .
This is to echo https://github.com/softwaremill/tapir/issues/2971 but more generally, ie. across all server implementations.
It would be great to be able to configure request timeouts, max content lengths, etc globally with the possibility to override the global value on a per-endpoint basis.
Is this already planned for other implementations besides Netty?
Thank you!
max-content-length is done. request-timeouts would need investigation