Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestError ¶
RequestError returns the error context of a failed POST call
func (RequestError) Error ¶
func (e RequestError) Error() string
type RestUp ¶
type RestUp struct {
// contains filtered or unexported fields
}
RestUp ...
func (*RestUp) TransportIntercept ¶
func (rup *RestUp) TransportIntercept(rt http.RoundTripper)
TransportIntercept allows you to supply a custom HTTP client, useful for testing