mirror of https://github.com/scrapy/scrapy.git
bytes array → bytes object
This commit is contained in:
parent
bbd9d05dbf
commit
c6746f0e38
|
|
@ -53,7 +53,7 @@ Request objects
|
|||
|
||||
:param body: the request body. If a string is passed, it is converted to
|
||||
bytes using *encoding*, which defaults to ``utf-8``. If not passed or
|
||||
``None`` is passed, an empty bytes array is stored.
|
||||
``None`` is passed, an empty :class:`bytes` object is stored.
|
||||
:type body: bytes
|
||||
|
||||
:param headers: the headers of this request. The dict values can be strings
|
||||
|
|
|
|||
Loading…
Reference in New Issue