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.53k stars 945 forks source link

docs(multipart): illustrate how to configure `MultipartFormHandler` #2021

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

Closes #2020

codecov[bot] commented 2 years ago

Codecov Report

Merging #2021 (41ff9ce) into master (0a7f455) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2021   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6715      6715           
  Branches      1243      1243           
=========================================
  Hits          6715      6715           
Impacted Files Coverage Δ
falcon/media/multipart.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0a7f455...41ff9ce. Read the comment docs.

vytas7 commented 2 years ago

@rogerrohrbach feel free to check whether the proposed improvements would have been helpful at the time you started https://github.com/falconry/falcon/discussions/2019.