Open
Description
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.