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: update faq.rst missing query params section #1968

Closed vgerak closed 3 years ago

vgerak commented 3 years ago

Reflect the current keep_blank_qs_values default value

Closes #1964

Summary of Changes

Change wording in FAQ, to reflect current default value

Related Issues

1964

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 years ago

Codecov Report

Merging #1968 (7031ed7) into master (9a7aca2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1968   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6621      6621           
  Branches      1067      1067           
=========================================
  Hits          6621      6621           

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 9a7aca2...7031ed7. Read the comment docs.