文件名称:Go-带正则匹配功能的路由可自动生成OPTIONS请求方法。
文件大小:53KB
文件格式:ZIP
更新时间:2022-09-02 20:28:48
Go开发-其它杂项
mux 是对 http.ServeMux 的扩展,添加正则路由等功能。 相对于 http.ServeMux 提供了以下功能: 正则路由; 自动生成 OPTIONS;
【文件预览】:
mux-master
----.gitignore(131B)
----go.mod(73B)
----doc.go(4KB)
----mux_test.go(12KB)
----mux.go(9KB)
----.travis.yml(286B)
----params()
--------params_test.go(4KB)
--------params.go(4KB)
----LICENSE(1KB)
----go.sum(167B)
----README.md(5KB)
----resource_test.go(3KB)
----prefix.go(5KB)
----bench_test.go(19KB)
----prefix_test.go(4KB)
----resource.go(5KB)
----.editorconfig(354B)
----internal()
--------host()
--------tree()
--------syntax()
--------handlers()