Skip to content

make_request_from_data implementation in RedisMixin #267

Open
@rjbks

Description

@rjbks

I was wonder why the make_request_from_data method doesn't just use the more full featured request_from_dict function from scrapy utils that the queue class in the library already uses? It seems that both do the same thing but even the documentation is a bit misleading when it says:

this data can be accessed in scrapy spider through response. like: request.url, request.meta, request.cookies

as nothing outside of url, method, meta get set as keyword args anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions