Update on Request objects

This commit is contained in:
Javier 2026-02-23 12:22:49 +01:00 committed by GitHub
parent 7010985e4f
commit ea4bf30ffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ below in :ref:`topics-request-response-ref-request-subclasses` and
Request objects
===============
.. note::
While you can import the request object using :class:`scrapy.http.Request`, it is highly recommended to use the standard shortcut :class:`scrapy.Request` instead.
.. autoclass:: scrapy.Request
:param url: the URL of this request