Update docs/topics/request-response.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Felipe Boff Nunes 2023-03-17 17:06:33 -03:00 committed by GitHub
parent b1de675207
commit 786dc0fa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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