{"id":19765641,"url":"https://github.com/cold-bin/mini-web","last_synced_at":"2025-10-29T02:32:02.252Z","repository":{"id":49832836,"uuid":"517955132","full_name":"cold-bin/mini-web","owner":"cold-bin","description":"go web框架","archived":false,"fork":false,"pushed_at":"2022-07-27T06:40:34.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T21:38:50.296Z","etag":null,"topics":["golang","webframe"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cold-bin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-26T07:19:01.000Z","updated_at":"2022-07-27T06:03:56.000Z","dependencies_parsed_at":"2022-09-11T08:52:08.309Z","dependency_job_id":null,"html_url":"https://github.com/cold-bin/mini-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cold-bin/mini-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cold-bin%2Fmini-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cold-bin%2Fmini-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cold-bin%2Fmini-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cold-bin%2Fmini-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cold-bin","download_url":"https://codeload.github.com/cold-bin/mini-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cold-bin%2Fmini-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003389,"owners_count":26083579,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["golang","webframe"],"created_at":"2024-11-12T04:18:47.295Z","updated_at":"2025-10-10T09:10:58.905Z","avatar_url":"https://github.com/cold-bin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini-web\n\nweb框架，参考gee框架\n\n### function\n\n- [x] 上下文\n- [x] 前缀树路由\n- [x] 分组路由\n- [x] 中间件\n- [x] 模板恢复\n- [x] 错误处理\n\n### go version\n\n\u003e go 1.17+\n\n### start\n\n```shell\ngo get -u github.com/cold-bin/mini-web\n```\n\n### 使用示例\n\n```go\n// @author cold bin\n// @date 2022/7/26\n\npackage main\n\nimport (\n\tapp \"github.com/cold-bin/mini-web\"\n)\n\nfunc main() {\n\tengine := app.New()\n\tengine.GET(\"/hello1\", func(c *app.Context) {\n\t\tc.JSON(200, \"hello 1\")\n\t})\n\t\n\tengine.Run(\"\")\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcold-bin%2Fmini-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcold-bin%2Fmini-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcold-bin%2Fmini-web/lists"}