CookiesMiddlewareΒΆ

This is the downloader middleware to inject cookies into requests and extract cookies from responses.

This middleware mostly inherits the one from Scrapy, which implements the interface of downloader middleware. With minimum changes, now it supports the storage class which implements a certain interface (actually MutableMapping).