Undocumented
Class | CallbackKeywordArgumentsContract |
Contract to set the keyword arguments for the request. The value should be a JSON-encoded dictionary, e.g.: |
Class | ReturnsContract |
Contract to check the output of a callback |
Class | ScrapesContract |
Contract to check presence of fields in scraped items @scrapes page_name page_body |
Class | UrlContract |
Contract to set the url of the request (mandatory) @url http://scrapy.org |