mirror of https://github.com/scrapy/scrapy.git
Update on Request objects
This commit is contained in:
parent
7010985e4f
commit
ea4bf30ffe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue