{"id":19150935,"url":"https://github.com/hequan2017/get","last_synced_at":"2026-05-18T14:42:31.683Z","repository":{"id":88397812,"uuid":"232265348","full_name":"hequan2017/get","owner":"hequan2017","description":"go web 框架","archived":false,"fork":false,"pushed_at":"2020-01-08T07:54:52.000Z","size":13153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T18:29:29.474Z","etag":null,"topics":["gin","go","golang","goweb"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hequan2017.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-07T07:12:44.000Z","updated_at":"2020-01-13T07:21:44.000Z","dependencies_parsed_at":"2023-03-04T03:15:25.158Z","dependency_job_id":null,"html_url":"https://github.com/hequan2017/get","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hequan2017%2Fget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hequan2017%2Fget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hequan2017%2Fget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hequan2017%2Fget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hequan2017","download_url":"https://codeload.github.com/hequan2017/get/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236233,"owners_count":19769573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gin","go","golang","goweb"],"created_at":"2024-11-09T08:13:24.231Z","updated_at":"2025-10-19T02:07:13.589Z","avatar_url":"https://github.com/hequan2017.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go  web framework \n\n![版本](https://img.shields.io/badge/release-1.0.0-blue.svg)\n\n\n## 开发者\n* 何全\n\n\n## 特别感谢\n\n\u003e 在此 https://github.com/geektutu/7days-golang 项目上进行修改完成。\n\n\u003e https://geektutu.com/post/gee.html\n\n## 结构\n\n* context 上下文\n* router 路由\n* middleware 中间件\n\n\n## context\n```go\n\ntype Context struct {\n\t// origin objects\n\tWriter http.ResponseWriter\n\tReq    *http.Request\n\t// request info\n\tPath   string\n\tMethod string\n\tParams map[string]string\n\t// response info\n\tStatusCode int\n\t// middleware\n\thandlers []HandlerFunc\n\tindex    int\n\t// engine pointer\n\tengine *Engine\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhequan2017%2Fget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhequan2017%2Fget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhequan2017%2Fget/lists"}