Falcon
Community Guide
Get Help
IRC
Mailing List
Submit Issues
Pay it Forward
Contribute to Falcon
IRC
Mailing List
Submit Issues
Pay it Forward
Pull Requests
FAQ
How do I use WSGI middleware with Falcon?
Why doesn’t Falcon include X?
How do I authenticate requests?
Why doesn’t Falcon create a new Resource instance for every request?
Is Falcon thread-safe?
How do I implement both POSTing and GETing items for the same resource?
How can I pass data from a hook to a responder, and between hooks?
Does Falcon set Content-Length or do I need to do that explicitly?
I’m setting a response body, but it isn’t getting returned. What’s going on?
Why does raising an error inside a resource crash my app?
Why are trailing slashes trimmed from req.path?
Why are field names in URI templates restricted to certain characters?
Why is my query parameter missing from the req object?
User Guide
Introduction
How is Falcon different?
About Apache 2.0
Falcon License
Installation
Install from PyPI
Installing Cython on OS X
WSGI Server
Source Code
Quickstart
The Big Picture
Learning by Example
More Features
Tutorial
The Big Picture
First Steps
Hosting Your App
Creating Resources
Request and Response Objects
Serving Images
Introducing Hooks
Error Handling
What Now?
Classes and Functions
API Class
Req/Resp
Request
Response
Cookies
Getting Cookies
Setting Cookies
Status Codes
1xx Informational
2xx Success
3xx Redirection
4xx Client Error
5xx Server Error
Error Handling
Base Class
Mixins
Predefined Errors
Middleware Components
Hooks
Routing
Utilities
URI Functions
Testing
Miscellaneous
Changelogs
0.3.0
New
Breaking Changes
Fixed
0.2.0
New
Breaking Changes
Fixed
Falcon
Docs
»
Community Guide
Edit on GitHub
Community Guide
ΒΆ
Get Help
Contribute to Falcon
FAQ