Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): Add CORS support #611

Closed
wants to merge 1 commit into from
Closed

feat(api): Add CORS support #611

wants to merge 1 commit into from

Commits on Sep 13, 2015

  1. feat(api): Add CORS support

    Add first-class support for CORS to falcon. Includes a CORS object
    for specifying CORS configuration, CORS middleware for applying a
    CORS object, and a kwarg to the API class that will take a CORS
    object and configure the middleware for you. Allows over-riding
    the CORS configuration on a per-resource basis.
    
    Resolves issue #303
    Colton Leekley-Winslow committed Sep 13, 2015
    Copy the full SHA
    a5bb7cb View commit details
    Browse the repository at this point in the history