type RouteFunction …
type RouteSelectionConditionFunction …
type Route …
func (r *Route) postBuild() { … }
func (r *Route) wrapRequestResponse(httpWriter http.ResponseWriter, httpRequest *http.Request, pathParams map[string]string) (*Request, *Response) { … }
func stringTrimSpaceCutset(r rune) bool { … }
func (r Route) matchesAccept(mimeTypesWithQuality string) bool { … }
func (r Route) matchesContentType(mimeTypes string) bool { … }
func tokenizePath(path string) []string { … }
func (r *Route) String() string { … }
func (r *Route) EnableContentEncoding(enabled bool) { … }
var TrimRightSlashEnabled …