Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidURL indicates that the specified URL is not valid. ErrInvalidURL = errors.New("Invalid URL") // ErrInvalidRespStatus indicates that server responded with an HTTP status different than 200. ErrInvalidRespStatus = errors.New("Invalid response status from server") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.