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

Allow HttpResponse objects to be returned from ajax functions #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 3, 2013

  1. Allow HttpResponse objects to be returned from ajax functions

    Allowing HttpResponse objects allows ajax functions (or decorators)
    to implement better error handling (such as a 401 for Unauthorized),
    which follows the HTTP specification more closely. Make sure that
    the proper response codes are being returned for error conditions.
    Travis Jensen committed Feb 3, 2013
    Configuration menu
    Copy the full SHA
    9000133 View commit details
    Browse the repository at this point in the history