MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / RequestConfig

Class RequestConfig

src/core/http_client.py:24–31  ·  view source on GitHub ↗

HTTP 请求配置

Source from the content-addressed store, hash-verified

22
23@dataclass
24class RequestConfig:
25 """HTTP 请求配置"""
26 timeout: int = 30
27 max_retries: int = 3
28 retry_delay: float = 1.0
29 impersonate: str = "chrome"
30 verify_ssl: bool = True
31 follow_redirects: bool = True
32
33
34class HTTPClientError(Exception):

Callers 8

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected