# SOME DESCRIPTIVE TITLE. # Copyright (C) 2022, aiogram Team # This file is distributed under the same license as the aiogram package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-01 22:51+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.10.3\n" #: ../../api/session/aiohttp.rst:3 msgid "aiohttp" msgstr "" #: ../../api/session/aiohttp.rst:5 msgid "" "AiohttpSession represents a wrapper-class around `ClientSession` from " "`aiohttp `_" msgstr "" #: ../../api/session/aiohttp.rst:7 msgid "Currently `AiohttpSession` is a default session used in `aiogram.Bot`" msgstr "" #: ../../api/session/aiohttp.rst:12 msgid "Usage example" msgstr "" #: ../../api/session/aiohttp.rst:24 msgid "Proxy requests in AiohttpSession" msgstr "" #: ../../api/session/aiohttp.rst:26 msgid "" "In order to use AiohttpSession with proxy connector you have to install " "`aiohttp-socks `_" msgstr "" #: ../../api/session/aiohttp.rst:28 msgid "Binding session to bot:" msgstr "" #: ../../api/session/aiohttp.rst:41 msgid "" "Only following protocols are supported: http(tunneling), socks4(a), " "socks5 as aiohttp_socks `documentation `_ claims." msgstr "" #: ../../api/session/aiohttp.rst:46 msgid "Authorization" msgstr "" #: ../../api/session/aiohttp.rst:48 msgid "" "Proxy authorization credentials can be specified in proxy URL or come as " "an instance of :obj:`aiohttp.BasicAuth` containing login and password." msgstr "" #: ../../api/session/aiohttp.rst:51 msgid "Consider examples:" msgstr "" #: ../../api/session/aiohttp.rst:62 msgid "or simply include your basic auth credential in URL" msgstr "" #: ../../api/session/aiohttp.rst:71 msgid "" "Aiogram prefers `BasicAuth` over username and password in URL, so if " "proxy URL contains login and password and `BasicAuth` object is passed at" " the same time aiogram will use login and password from `BasicAuth` " "instance." msgstr "" #: ../../api/session/aiohttp.rst:77 msgid "Proxy chains" msgstr "" #: ../../api/session/aiohttp.rst:79 msgid "" "Since `aiohttp-socks `_ supports" " proxy chains, you're able to use them in aiogram" msgstr "" #: ../../api/session/aiohttp.rst:81 msgid "Example of chain proxies:" msgstr ""