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

Implement implicit vs explicit verb setting #176

Closed
farmdawgnation opened this issue Jul 26, 2017 · 0 comments
Closed

Implement implicit vs explicit verb setting #176

farmdawgnation opened this issue Jul 26, 2017 · 0 comments

Comments

@farmdawgnation
Copy link
Member

We should implement implicit vs explicit verb setting.

Presently, verbs such as << and <<< imply a verb (e.g. PUT or POST). Effectively this means they change the request method if the verb is currently GET. However, it's not unheard of for queries with GET to require a request body (as silly as that may be).

In any event, if I explicitly request the GET method, subsequent changes to the verbs shouldn't override that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant