MCPcopy Create free account

hub / github.com/donutloop/mux / types & classes

Types & classes26 in github.com/donutloop/mux

↓ 8 callersTypeAliasstringComparison
helper.go:79
↓ 7 callersTypeAliaspathMatcher
pathMatcher matches the request against a URL path.
matcher.go:99
↓ 3 callersFuncTypeMatcherFunc
MatcherFunc is the function signature used by custom Matchers.
matcher.go:62
↓ 2 callersTypeAliasMatchers
Matchers implements the sort interface (len, swap, less) see sort.Sort (Standard Library)
matcher.go:166
↓ 1 callersTypeAliasMethodValidator
MethodValidator validates the string against a method.
validator.go:11
↓ 1 callersTypeAliasVars
route.go:237
↓ 1 callersTypeAliasheaderMatcher
headerMatcher matches the request against header values.
matcher.go:22
↓ 1 callersTypeAliasheaderRegexMatcher
headerRegexMatcher matches the request against header values.
matcher.go:42
↓ 1 callersTypeAliasqueries
context.go:76
StructBadMethodError
BadMethodError creates error for bad method
errors.go:23
StructBadPathError
BadPathError creates error for bad path
errors.go:35
StructBadRouteError
BadRouteError creates error for a bad route
errors.go:6
InterfaceMatcher
Matcher types try to match a request.
matcher.go:16
StructRoute
Route stores information to match a request and build URLs.
route.go:36
InterfaceRouteInterface
RouteInterface that you can create your own custom route
route.go:16
StructRouter
Router registers routes to be matched and dispatches a handler. It implements the http.Handler interface, so it can be registered to serve requests:
router.go:33
InterfaceValidator
Validator validates the incomming value against a valid value/s
validator.go:6
Interfacecomparison
helper.go:74
TypeAliascontextKey
context.go:10
StructpathRegexMatcher
pathWithVarsMatcher matches the request against a URL path.
matcher.go:145
StructpathValidator
pathValidator check if a path is set and validates the value .
validator.go:40
StructpathWithVarsMatcher
pathWithVarsMatcher matches the request against a URL path.
matcher.go:110
StructregexComparsion
helper.go:89
StructrouteTest
router_test.go:15
TypeAliasroutes
routes implements the sort interface (len, swap, less) see sort.Sort (Standard Library)
router.go:269
TypeAliasschemeMatcher
schemeMatcher matches the request against URL schemes.
matcher.go:74