Neoteroi / BlackSheep

Fast ASGI web framework for Python
https://www.neoteroi.dev/blacksheep/
MIT License
1.8k stars 75 forks source link

Add support for controlling maximum body size #383

Open RobertoPrevato opened 1 year ago

RobertoPrevato commented 1 year ago

Like in request title.

Add support for controlling the maximum body size globally and investigate how to support controlling maximum body size on a request handler basis.