MCPcopy 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

get_request_proxy_urlMethod · 0.45
get_media_proxy_urlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected