{"id":16934273,"url":"https://github.com/codeskyblue/httpfs","last_synced_at":"2025-04-13T12:21:14.024Z","repository":{"id":57599553,"uuid":"82898623","full_name":"codeskyblue/httpfs","owner":"codeskyblue","description":"Go Library for open http file like local file","archived":false,"fork":false,"pushed_at":"2017-02-23T08:09:16.000Z","size":2,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-14T20:51:41.660Z","etag":null,"topics":[],"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/codeskyblue.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}},"created_at":"2017-02-23T07:36:28.000Z","updated_at":"2020-07-29T23:37:09.000Z","dependencies_parsed_at":"2022-09-26T19:53:27.244Z","dependency_job_id":null,"html_url":"https://github.com/codeskyblue/httpfs","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/codeskyblue%2Fhttpfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fhttpfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fhttpfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fhttpfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeskyblue","download_url":"https://codeload.github.com/codeskyblue/httpfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226532959,"owners_count":17647112,"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":[],"created_at":"2024-10-13T20:51:43.117Z","updated_at":"2024-11-26T11:29:03.579Z","avatar_url":"https://github.com/codeskyblue.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# httpfs\n[![GoDoc](https://godoc.org/github.com/codeskyblue/httpfs?status.svg)](https://godoc.org/github.com/codeskyblue/httpfs)\n\nGolang library for open http file like open local file\n\n## Example\nUsage in unzip http file\n\n```go\npackage main\n\nimport (\n    \"github.com/codeskyblue/httpfs\"\n    \"archive/zip\"\n    \"fmt\"\n    \"log\"\n)\n\nfunc main(){\n    file, err := Open(\"http://some-host/file.zip\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n    zrd, err := zip.NewReader(file, file.Size())\n    if err != nil {\n\t\tlog.Fatal(err)\n\t}\n    for _, f := range zrd.File {\n        fmt.Printf(\"F-Name: %s\\n\", f.Name)\n    }\n}\n```\n\n## LICENSE\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fhttpfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeskyblue%2Fhttpfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fhttpfs/lists"}