Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ RequestResult
Class
RequestResult
examples/Asio/Server/test_client.py:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
@dataclass
38
class
RequestResult:
39
success: bool
40
status_code: int | None
41
response_text: str | None
42
response_time_ms: float
43
error_message: str | None = None
44
45
46
def
wait_for_server(config: TestConfig) -> bool:
Callers
1
send_request
Function · 0.85
Calls
no outgoing calls
Tested by
1
send_request
Function · 0.68