Skip to content

Update web.rst to include Falcon web framework#900

Merged
kennethreitz merged 2 commits into
realpython:masterfrom
anlewis:issue-839-falcon-framework
Jun 22, 2018
Merged

Update web.rst to include Falcon web framework#900
kennethreitz merged 2 commits into
realpython:masterfrom
anlewis:issue-839-falcon-framework

Conversation

@anlewis
Copy link
Copy Markdown
Contributor

@anlewis anlewis commented May 25, 2018

@ofek closes #839

Copy link
Copy Markdown
Contributor

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just one nit

Comment thread docs/scenarios/web.rst Outdated
mapping URIs to resources, trying to do as little as possible while remaining highly effective.

Falcon highlights four main focuses: speed, reliability, flexibility and debuggability.
It implements HTTP through “responders” such as ``on_get()``, ``on_put()``, etc.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use regular quotes here? "responders"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing! I'm not sure where the other quotation style came from...

Let me know if you see anything else.

@ofek
Copy link
Copy Markdown
Contributor

ofek commented May 25, 2018

Pinging @kennethreitz 🙂

@kennethreitz kennethreitz merged commit a2ae83f into realpython:master Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add Falcon to web frameworks

3 participants