aio-libs / aio-libs/aiohttp

Where is the `proxies` parameter of ClientSession? And how could I add proxy for whole session?

Aperta
#2,580 3 commenti 1 reazione 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Python
Stelle
16.5k
Fork
2.4k
Merge medio
17h 22m
PR unite (30g)
212

Descrizione

## 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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.