Package mux is a Go HTTP multiplexer that provided typed route parameters.
https://code.soquee.net/mux/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.builds | 3 years ago | |
design | 3 years ago | |
docs | 2 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 3 years ago | |
LICENSE-GO | 3 years ago | |
README.md | 3 years ago | |
doc.go | 3 years ago | |
example_test.go | 3 years ago | |
go.mod | 3 years ago | |
handlers.go | 3 years ago | |
handlers_test.go | 3 years ago | |
mux.go | 3 years ago | |
node.go | 3 years ago | |
norm.go | 3 years ago | |
options.go | 3 years ago | |
params.go | 3 years ago | |
params_test.go | 3 years ago | |
register_test.go | 3 years ago |
README.md
mux
Package mux
is a Go HTTP multiplexer that provided typed route parameters.
import (
"code.soquee.net/mux"
)
License
The package may be used under the terms of the BSD 2-Clause License a copy of
which may be found in the LICENSE
file.
Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.