Where is the `proxies` parameter of ClientSession? And how could I add proxy for whole session?
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 16.5k
- Fork
- 2.4k
- Merge trung bình
- 17 giờ 22 phút
- Pull request đã merge (30 ngày)
- 212
Mô tả
## Long story short
Document:
http://aiohttp.readthedocs.io/en/stable/client_reference.html#aiohttp.ClientSession
```python
class aiohttp.ClientSession(*, connector=None, loop=None, ..., proxies=None)
```
Real world:
https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L53-L62
Well, what happened?
## Expected behaviour
-
## Actual behaviour
-
## Steps to reproduce
-
## Your environment
aiohttp 2.3.5
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.