Updated docs to explicityly state bytearray is allowed.

This commit is contained in:
Joey Ekstrom 2025-06-24 09:08:14 -07:00
parent 64dc8f24e9
commit d5c6356b87

View File

@ -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**