We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbe7c3 commit fb45ce7Copy full SHA for fb45ce7
docs/scenarios/web.rst
@@ -102,7 +102,7 @@ app backends and microservices. Falcon encourages the REST architectural style o
102
mapping URIs to resources, trying to do as little as possible while remaining highly effective.
103
104
Falcon highlights four main focuses: speed, reliability, flexibility and debuggability.
105
-It implements HTTP through “responders” such as ``on_get()``, ``on_put()``, etc.
+It implements HTTP through "responders" such as ``on_get()``, ``on_put()``, etc.
106
These responders receive intuitive request and response objects.
107
108
Tornado
0 commit comments