package
0.2.2
Repository: https://github.com/gebv/strparam.git
Documentation: pkg.go.dev

# README

HTTP router (on the base strparam)

NOTE: does not pretend to be a correct router implementation. It was primarily example of the use strparam.

# Functions

NewRouter returns routing.
ParsedParamsFromCtx returns map[string]string from context if sets or empty map.

# Structs

Router implements http routing.