MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / ProxyTestRequest

Class ProxyTestRequest

src/api/admin.py:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610
611
612class ProxyTestRequest(BaseModel):
613 proxy_url: str
614 test_url: Optional[str] = "https://labs.google/"
615 timeout_seconds: Optional[int] = 15
616
617
618class CaptchaScoreTestRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected