mirror of https://github.com/scrapy/scrapy.git
damn, really fix httpcache docs
This commit is contained in:
parent
7ad901640b
commit
9f4b1e47a4
|
|
@ -298,7 +298,7 @@ Default: ``False``
|
|||
|
||||
If enabled, requests not found in the cache will be ignored instead of downloaded.
|
||||
|
||||
.. setting:: HTTPCACHE_STORAGE
|
||||
.. setting:: HTTPCACHE_IGNORE_SCHEMES
|
||||
|
||||
HTTPCACHE_IGNORE_SCHEMES
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
@ -309,7 +309,7 @@ Default: ``['file']``
|
|||
|
||||
Don't cache responses with these URI schemes.
|
||||
|
||||
.. setting:: HTTPCACHE_IGNORE_SCHEMES
|
||||
.. setting:: HTTPCACHE_STORAGE
|
||||
|
||||
HTTPCACHE_STORAGE
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in New Issue