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

docs(middleware): show how to add middleware to an App #1937

Closed CaselIT closed 2 years ago

CaselIT commented 3 years ago

I've added how the middleware can be added to the falcon app. It was not shown in the middleware docs.

Fixes #1936

codecov[bot] commented 3 years ago

Codecov Report

Merging #1937 (03f0946) into master (83e66d7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1937   +/-   ##
=========================================
  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 83e66d7...03f0946. Read the comment docs.