文件名称:trygo:Golang框架的http和Web服务
文件大小:71KB
文件格式:ZIP
更新时间:2024-06-14 12:41:56
Go
trygo ======= trygo 是基于Golang的http、web服务框架。此框架的目标并不是想做一个大而全的web服务容器,它主要用于开发底层高性能高可靠性的http服务。支持如下特性:RESTful,MVC,类型内方法路由、正则路由,JSON/JSON(JQueryCallback)/XML结果响应支持,模板,静态文件输出,net.Listener过滤,http.Handler过滤。暂时不支持会话管理模块。 trygo HTTP and WEB services of framework for Golang. It is mainly used to develop the underlying HTTP service, Support feature:RESTful,MVC,Methods the routing and regular routing,JSON/JSO
【文件预览】:
trygo-master
----statinfo.go(2KB)
----log.go(3KB)
----utils_test.go(4KB)
----mime.go(22KB)
----server.go(3KB)
----session.go(754B)
----context.go(11KB)
----acceptencoder.go(7KB)
----controller.go(4KB)
----app.go(4KB)
----router.go(14KB)
----templatefunc.go(20KB)
----response.go(19KB)
----listen.go(3KB)
----tag_test.go(7KB)
----template.go(9KB)
----result.go(2KB)
----config.go(3KB)
----filter.go(1KB)
----examples()
--------upload()
--------log()
--------input()
--------render()
--------quickstart()
--------listener()
--------router()
----.gitignore(2KB)
----errcode.go(1KB)
----trygo.go(2KB)
----README.md(7KB)
----utils.go(7KB)
----tag.go(19KB)
----.gitattributes(483B)