Package mux is a Go HTTP multiplexer that provided typed route parameters. https://code.soquee.net/mux/
Find a file
2020-03-19 19:05:56 -04:00
.builds .github, .builds: sync repo to GitHub quicker 2019-12-21 22:00:09 -05:00
design design: add existing design documents to the repo 2020-01-02 10:37:12 -05:00
docs docs: create docs directory 2020-03-19 19:01:37 -04:00
.gitignore all: gitignore HTML code coverage reports 2019-06-03 16:49:33 -05:00
CHANGELOG.md mux: add changelog and release v0.0.4 2020-03-19 19:05:56 -04:00
doc.go mux: document restrictive route registration 2019-12-01 11:10:58 -05:00
example_test.go mux: add normalization to documentation 2019-11-30 09:48:14 -05:00
go.mod mux: rename package from pathmux to mux 2019-06-03 10:56:16 -05:00
handlers.go mux: fix minor linter issues 2019-06-10 13:00:25 -05:00
handlers_test.go mux: add test for request canonicalization 2019-11-21 10:23:32 -05:00
LICENSE all: prepare to publish 2019-06-03 16:58:36 -05:00
LICENSE-GO mux: be careful about complying with Go's license 2019-06-10 12:43:26 -05:00
mux.go mux: split docs out into separate doc.go file 2019-11-29 08:58:25 -05:00
node.go mux: add API to simplify path normalization 2019-11-27 14:23:42 -05:00
norm.go mux: remove mostly useless return value from Param 2019-11-29 09:09:15 -05:00
options.go mux: add API to simplify path normalization 2019-11-27 14:23:42 -05:00
params.go mux: remove mostly useless return value from Param 2019-11-29 09:09:15 -05:00
params_test.go mux: remove mostly useless return value from Param 2019-11-29 09:09:15 -05:00
README.md mux: add issue tracker link in readme 2019-09-30 07:26:34 -04:00
register_test.go mux: support sending 405 Method Not Allowed 2019-06-10 13:31:12 -05:00

mux

GoDoc todo.sr.ht

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.