Framework ReferenceΒΆ

  • The App Class
    • WSGI App
    • ASGI App
    • Options
  • Request & Response
    • WSGI Request & Response
    • ASGI Request & Response
  • WebSocket (ASGI Only)
    • Usage
    • Lost Connections
    • Error Handling
    • Media Handlers
    • Extended Example
    • Testing
    • Reference
  • Cookies
    • Getting Cookies
    • Setting Cookies
    • The Secure Attribute
    • The SameSite Attribute
  • Status Codes
    • HTTPStatus
    • 1xx Informational
    • 2xx Success
    • 3xx Redirection
    • 4xx Client Error
    • 5xx Server Error
  • Error Handling
    • Base Class
    • Predefined Errors
  • Media
    • Usage
    • Validating Media
    • Content-Type Negotiation
    • Exception Handling
    • Replacing the Default Handlers
    • Supported Handler Types
    • Custom Handler Type
    • Handlers Mapping
    • Media Type Constants
  • Multipart Forms
    • Body Part Type
    • Parser Configuration
    • Parsing Options
    • Parsing Errors
  • Redirection
  • Middleware
    • Short-Circuiting
    • Exception Handling
  • CORS
    • Usage
    • CORSMiddleware
  • Hooks
    • Before Hooks
    • After Hooks
  • Routing
    • Default Behavior
    • Field Converters
    • Built-in Converters
    • Custom Converters
    • Custom Routers
    • Suffixed Responders
    • Default Router
    • Routing Utilities
    • Custom HTTP Methods
  • Inspect Module
    • Using Inspect Functions
    • Inspect Functions Reference
    • Router Inspection
    • Information Classes
    • Visitor Classes
  • Utilities
    • URI
    • Date and Time
    • HTTP Status
    • Async
    • Other
  • Testing Helpers
    • Simulating Requests
    • Other Helpers
Falcon Web Framework Logo

Patrons

Use Falcon at work? Talk with your team about supporting Falcon development.

Falcon

Navigation

  • User Guide
  • Deployment Guide
  • Community Guide
  • Framework Reference
    • The App Class
    • Request & Response
    • WebSocket (ASGI Only)
    • Cookies
    • Status Codes
    • Error Handling
    • Media
    • Multipart Forms
    • Redirection
    • Middleware
    • CORS
    • Hooks
    • Routing
    • Inspect Module
    • Utilities
    • Testing Helpers
  • Changelogs

  • Falcon Home
  • Falcon Wiki
  • GitHub Project
  • Get Help
  • Support Falcon

Related Topics

  • Documentation overview
    • Previous: Contribute to Falcon
    • Next: The App Class

Quick search

©2022 Falcon Contributors. | Page source
Fork me on GitHub