mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/downloader-middleware.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
53db741532
commit
2f457179e8
|
|
@ -297,7 +297,9 @@ Here's an example of a log with :setting:`COOKIES_DEBUG` enabled::
|
|||
|
||||
Direct access to cookiejars from spider
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
On some cases it is required to directly set specific values to existing cookiejar
|
||||
|
||||
In some cases it is required to directly set specific values in an existing
|
||||
cookiejar.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue