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

Add support to POST a query #130

Open
hex337 opened this issue Jul 17, 2017 · 4 comments
Open

Add support to POST a query #130

hex337 opened this issue Jul 17, 2017 · 4 comments

Comments

@hex337
Copy link

hex337 commented Jul 17, 2017

Right now, all queries are sent via a GET, which can have limits on its length. Would be great to have the option to POST a query with the params in the body.

@BlackVegetable
Copy link
Contributor

Is there a reason we wouldn't want POST to be the default here? @dkador

@dkador
Copy link
Contributor

dkador commented Sep 12, 2017

No.

@BlackVegetable
Copy link
Contributor

Changing this will break a lot of tests. The actual change is very simple and works out of the box. Just... the tests are very angry.

@dkador
Copy link
Contributor

dkador commented Sep 13, 2017

Yes, we'll need to fix up the tests. :)

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

No branches or pull requests

3 participants