Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client = &http.Client{}
Client is the default client used for requests.
View Source
var ( //ErrNilChan will be returned by Notify if it is passed a nil channel ErrNilChan = fmt.Errorf("nil channel given") )
View Source
var GetReq = func(verb, uri string, body io.Reader) (*http.Request, error) { return http.NewRequest(verb, uri, body) }
GetReq is a function to return a single request. It will be used by notify to get a request and can be replaces if additional configuration is desired on the request. The "Accept" header will necessarily be overwritten.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.