Updated docs to explicityly state bytearray is allowed.
This commit is contained in:
parent
64dc8f24e9
commit
d5c6356b87
@ -100,7 +100,7 @@ what gets sent over the wire.*
|
||||
* `def __init__(method, url, [params], [headers], [cookies], [content], [data], [files], [json], [stream])`
|
||||
* `.method` - **str**
|
||||
* `.url` - **URL**
|
||||
* `.content` - **byte**, **byte iterator**, or **byte async iterator**
|
||||
* `.content` - **byte**, **bytearray**, **byte iterator**, or **byte async iterator**
|
||||
* `.headers` - **Headers**
|
||||
* `.cookies` - **Cookies**
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user