Documentation
¶
Overview ¶
Package request provides functions for making HTTP requests and unmarshaling the response body into a struct.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNonRetryableCode = fmt.Errorf("the return was not of status 200")
ErrNonRetryableCode is returned when the response status code is not 200 and is not retryable.
View Source
var ErrRetryableCode = fmt.Errorf("the return was not of status 200")
ErrRetryableCode is returned when the response status code is not 200 and is retryable.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.