Home
last modified time | relevance | path

Searched defs:ErrMethodNotAllowed (Results 1 – 6 of 6) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/routers/
H A Dtypes.go28 var ErrMethodNotAllowed error = &RouteError{"method not allowed"} var
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go68 ErrMethodNotAllowed ErrorCode = "MethodNotAllowed" const
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go68 ErrMethodNotAllowed ErrorCode = "MethodNotAllowed" const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go68 ErrMethodNotAllowed ErrorCode = "MethodNotAllowed" const
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/
H A Decho.go260 ErrMethodNotAllowed = NewHTTPError(http.StatusMethodNotAllowed) var
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/
H A Decho.go274 ErrMethodNotAllowed = NewHTTPError(http.StatusMethodNotAllowed) var