Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnableStrictSlash = parseBool(os.Getenv("ENABLE_STRICT_SLASH"), false)
Functions ¶
Types ¶
type RouterInspect ¶
type RouterInspect struct { PathTemplate string `json:"path_template"` PathRegexp string `json:"path_regexp"` QueriesTemplates []string `json:"queries_templates"` QueriesRegexps []string `json:"queries_regexps"` Methods []string `json:"methods"` }
func InspectMuxRouter ¶
func InspectMuxRouter(in interface{}) []*RouterInspect
Click to show internal directories.
Click to hide internal directories.