aiogram/docs
Martin Winks 15bcc0ba9f
feat(proxy): proxy for aiohttp,base sessions (#284)
* feat(proxy): proxy for aiohttp,base sessions

Add support for proxies in aiohttp session with aiohttp_socks library,
edit BaseSession class to support proxies for other sessions in future.

* fix(annotation): missing underscore before "private" typevar

* chore: remove redundant of proxy_url schema for socks version

* test: add missing test

Add missing test, remove BaseSession.cfg and switch to
implementing class' "private" traits, add aiohttp_socks in dependency list as
optional and extra.

* feat(session):

Implement asyncio session for requests [wip]

* feat(proxy chain): Chained proxy support in aiohttp session

Add ChainProxyConnector support, !pin pydantic to "1.4", add
documentation on aiohttp connector.

* style(mypy): apply linter changes

* tests(mock): remove await for magic mock

* fix dangling dependency

* refactor(generic):

get rid of generic behaviour for base session
2020-05-02 16:12:53 +03:00
..
api feat(proxy): proxy for aiohttp,base sessions (#284) 2020-05-02 16:12:53 +03:00
assets/images Add middlewares (API + Docs + Tests) 2020-04-12 20:27:32 +03:00
dispatcher Add extensions for class-based error handler 2020-04-12 23:29:10 +03:00
_api_version.md Add support of Bot API 4.7. Bump version 2020-04-11 20:15:03 +03:00
index.md adwanced 2020-04-12 20:41:10 +03:00
install.md Update install link 2020-01-24 01:10:14 +02:00
reports.md Add overview for reports 2019-11-20 00:40:14 +02:00
todo.md Add middlewares (API + Docs + Tests) 2020-04-12 20:27:32 +03:00