falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

How to configure MultipartParseOptions? #2020

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

Discussed in https://github.com/falconry/falcon/discussions/2019

Originally posted by **rogerrohrbach** February 11, 2022 I'd like to set `falcon.media.multipart.MultipartParseOptions.max_body_part_count` to something other than the default value. There's no documentation for how to do that, and I can't for the life of me figure it out.