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 for request kwargs in GET handler #28

Open
pawelmhm opened this issue Mar 24, 2016 · 1 comment
Open

add support for request kwargs in GET handler #28

pawelmhm opened this issue Mar 24, 2016 · 1 comment

Comments

@pawelmhm
Copy link
Member

looking here there is comment saying:

At the moment kwargs for scrapy request are not supported in GET. 
They are supported in POST handler.

this is inconvenient, we should probably add some way to support request kwargs in GET so that there is consistent interface between POST and GET method calls.

@shadiakiki1986
Copy link

IMHO I don't believe it is necessary for the POST and GET method calls to be consistent. POST was designed to support more advanced json data structures than GET to begin with.

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

No branches or pull requests

2 participants