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

Type request module #2270

Closed copalco closed 3 months ago

copalco commented 3 months ago

Summary of Changes

Replace this text with a high-level summary of the changes included in this PR.

Related Issues

Please reference here any issue #'s that are relevant to this PR, or simply enter "N/A" if this PR does not relate to any existing issues.

Pull Request Checklist

This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once; it will save you a few review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing to do.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

PR template inspired by the attrs project.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (0859851) to head (26ecfd7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2270 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 7124 7134 +10 Branches 1260 1260 ========================================= + Hits 7124 7134 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

CaselIT commented 3 months ago

Uh, i've been also working on this and was about to publish a PR...

Thanks for the effort, I'll try meeting the two efforts

copalco commented 3 months ago

Uh, i've been also working on this and was about to publish a PR...

Thanks for the effort, I'll try meeting the two efforts

Uh, oh. I didn't know. What modules can i go next, so that we don't have conflicts?

CaselIT commented 3 months ago

I've incorporated your commit into #2271