Module scrupy::downloader_middleware [] [src]

Downloader middleware module

Enums

MiddleWareExceptionResult

Indicates what to do after the DownloadError has been processed.

MiddleWareResult

Indicates what to do after the Request or Response has been processed.

Traits

DownloaderMiddleware

It processes the request before it's sent to the downloader. Typical application includes setting the timeout and redirection policy.