This commit is contained in:
Tom Christie 2019-05-17 13:15:39 +01:00
parent bb703771b3
commit f6a2aef13a

View File

@ -145,12 +145,8 @@ what gets sent over the wire.*
>>> response = client.send(request)
```
<<<<<<< HEAD
* `def __init__(method, url, params, [content], [headers], [cookies])`
=======
* `def __init__(method, url, params, content, headers)`
>>>>>>> cookies
* `.method` - **str** (Uppercased)
* `.method` - **str**
* `.url` - **URL**
* `.content` - **byte** or **byte async iterator**
* `.headers` - **Headers**