Make `spool_max_size` configurable via `request.form()` #3190
Make `spool_max_size` configurable via `request.form()`
5a92f89a
Remove unused `MultiPartParser` import from tests
6182d30f
Add descriptor for removed class attributes on `MultiPartParser`
8b9b78d0
Use class attributes with `_Unset` sentinel for global configuration
50052ba8
Use private instance attributes for resolved parser limits
e33421c9
Restore class attribute docstrings on `MultiPartParser`
282bf656
Rename sentinel to `_UNSET` with `_Unset` class, keep class attributes
f8ebb95b
Document global configuration via class attributes
7bd18062
Remove FastAPI reference from docs
105a90ca
Annotate parser limits with `ClassVar`
4b6d3592
Address review feedback on signature and test coverage
eedc802d
Add comment explaining `_Unset.__repr__`
6289c48d
Use instance attributes instead of private resolved attributes
11206692
Show actual default values in docs signature
344211b9
Revert rollover test to use `MultiPartParser.spool_max_size`
ae1432a9
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub