Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
ClientConfig holds configuration for the HTTP client
type DefaultClient ¶
type DefaultClient struct {
// contains filtered or unexported fields
}
DefaultClient implements the Client interface
type Error ¶
type Error struct {
*errors.InternalError
StatusCode int
Response []byte
}
Error represents an HTTP client error
func IsHTTPError ¶
IsHTTPError checks if an error is an HTTP client error
Click to show internal directories.
Click to hide internal directories.