Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSmallHanCat/flow2api
/ get_proxy_config
Method
get_proxy_config
src/services/proxy_manager.py:148–150 ·
view source on GitHub ↗
Get proxy configuration
(self)
Source
from the content-addressed store, hash-verified
146
)
147
148
async
def
get_proxy_config(self) -> ProxyConfig:
149
""
"Get proxy configuration"
""
150
return
await self.db.get_proxy_config()
Callers
4
_build_proxy_config_signature
Method · 0.45
_resolve_personal_proxy
Method · 0.45
get_request_proxy_url
Method · 0.45
get_media_proxy_url
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected