mirror of https://github.com/scrapy/scrapy.git
[docs] add missing parameter to headers_received signal (#5270)
This commit is contained in:
parent
d3f1bf79e8
commit
65d60b9692
|
|
@ -413,7 +413,7 @@ headers_received
|
|||
.. versionadded:: 2.5
|
||||
|
||||
.. signal:: headers_received
|
||||
.. function:: headers_received(headers, request, spider)
|
||||
.. function:: headers_received(headers, body_length, request, spider)
|
||||
|
||||
Sent by the HTTP 1.1 and S3 download handlers when the response headers are
|
||||
available for a given request, before downloading any additional content.
|
||||
|
|
|
|||
Loading…
Reference in New Issue