Skip to main content

Module models

Module models 

Source
Expand description

Shared types for HTTP operations.

Structs§

HttpResult
Result of an HTTP request attempt.
RetryConfig
Configuration for retry behavior.

Enums§

HttpError
Errors that can occur during HTTP operations.

Functions§

classify_retryable_error
Classify an API error response and return a human-readable retry reason.
parse_retry_after
Parse a Retry-After or retry-after-ms header value into a Duration.