Gorilla web toolkit—Go Web开发工具集

polaris · · 6907 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
[Gorilla web toolkit](http://www.gorillatoolkit.org/) 提供了好几个Golang Web开发工具,本站就使到了一些,很不错。 工具列表: - [gorilla/context](http://www.gorillatoolkit.org/pkg/context) stores global request variables. - [gorilla/mux](http://www.gorillatoolkit.org/pkg/mux) is a powerful URL router and dispatcher. - [gorilla/reverse](http://www.gorillatoolkit.org/pkg/reverse) produces reversible regular expressions for regexp-based muxes. - [gorilla/rpc](http://www.gorillatoolkit.org/pkg/rpc) implements RPC over HTTP with codec for JSON-RPC. - [gorilla/schema](http://www.gorillatoolkit.org/pkg/schema) converts form values to a struct. - [gorilla/securecookie](http://www.gorillatoolkit.org/pkg/securecookie) encodes and decodes authenticated and optionally encrypted cookie values. - [gorilla/sessions](http://www.gorillatoolkit.org/pkg/sessions) saves cookie and filesystem sessions and allows custom session backends. 其中,本站使用的mux经过了修改,增加了过滤器链,参见:[https://github.com/studygolang/mux](https://github.com/studygolang/mux)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

6907 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传