Documentation ¶
Index ¶
Constants ¶
View Source
const ( MessageFailedToMakeHTTPRequest = "{ERROR_HTTP} failed to make request" MessageFailedCloseRequestBody = "{ERROR_HTTP} failed to close request body" MessageHTTPResponseErrorStatusCode = "{ERROR_HTTP} request returned a error status code" )
View Source
const (
ContentType = "Content-type"
)
Variables ¶
View Source
var ( ErrorRequestServerError = errors.New("{ERROR_HTTP} request returned a error status code from the server") ErrorRequestClientError = errors.New("{ERROR_HTTP} request returned a error status code from the client") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.