Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHTTPMethod = errors.New(`invalid http method`) ErrWebhookUrlRequired = errors.New(`webhook URL cannot be empty`) ErrBadHTTPStatus = errors.New("bad HTTP status") )
View Source
var Methods = [6]string{`GET`, `POST`, `PUT`, `HEAD`, `PATCH`, `DELETE`}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.