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

fix the way http verbs are defined #1598

Merged
merged 1 commit into from May 25, 2015
Merged

Commits on May 24, 2015

  1. fix the way http verbs are defined

    I changed the way they are defined so that they are more IDE-friendly. The way they were defined, an IDE wouldn't easily recognize them and would often show 'request.get' or 'request.post' etc as a possible error. Ctrl+clicking on the 'get' function wouldn't take you to where it was defined. Now it will!
    samjross committed May 24, 2015
    Copy the full SHA
    9c9918b View commit details
    Browse the repository at this point in the history