Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAlreadyExists = errors.New("already exists")
)
View Source
var (
HTTPMethods = []string{http.MethodGet, http.MethodPost, http.MethodPut, http.MethodDelete, http.MethodPatch, http.MethodHead, http.MethodOptions, http.MethodTrace, http.MethodConnect}
)
Functions ¶
func IsValidHTTPMethod ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.