mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/request-response.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
b1de675207
commit
786dc0fa6e
|
|
@ -190,8 +190,8 @@ Request objects
|
|||
cloned using the ``copy()`` or ``replace()`` methods, and can also be
|
||||
accessed, in your spider, from the ``response.meta`` attribute.
|
||||
|
||||
Values are only acessible on the next :class:`~scrapy.http.Response`, to forward a key/value
|
||||
through subsequent responses see :class:`~scrapy.spidermiddlewares.stickymeta.StickyMetaParamsMiddleware`.
|
||||
To keep some data across multiple spider callbacks, consider using the
|
||||
:setting`STICKY_META_KEYS` setting.
|
||||
|
||||
.. attribute:: Request.cb_kwargs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue