{"id":51509514,"url":"https://github.com/murphsicles/http","last_synced_at":"2026-07-08T04:30:57.663Z","repository":{"id":358483917,"uuid":"1240880402","full_name":"murphsicles/http","owner":"murphsicles","description":"@net/http - Core HTTP types for Zeta","archived":false,"fork":false,"pushed_at":"2026-05-17T15:13:25.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T17:36:59.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/murphsicles.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T17:26:49.000Z","updated_at":"2026-05-17T15:13:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/murphsicles/http","commit_stats":null,"previous_names":["murphsicles/http"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/murphsicles/http","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murphsicles","download_url":"https://codeload.github.com/murphsicles/http/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fhttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35252324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"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":[],"created_at":"2026-07-08T04:30:56.712Z","updated_at":"2026-07-08T04:30:57.638Z","avatar_url":"https://github.com/murphsicles.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @net/http — Core HTTP Types for Zeta\n\nZeta port of the [hyperium/http](https://github.com/hyperium/http) library (v1.2.0).\n\n## Features\n\n- `Request\u003cT\u003e` and `Response\u003cT\u003e` with builder pattern\n- `Method` (GET, POST, PUT, DELETE, HEAD, OPTIONS, CONNECT, PATCH, TRACE)\n- `StatusCode` with all standard codes\n- `HeaderMap`, `HeaderName`, `HeaderValue`\n- `Uri` with scheme, authority, path, query components\n- `Version` (HTTP/0.9 through HTTP/3.0)\n\n## Usage\n\n```zeta\nuse http::{Request, Response, Method, StatusCode};\n\nlet req = Request::builder()\n    .method(Method::GET)\n    .uri(\"https://example.com/\")\n    .header(\"Accept\", \"text/html\")\n    .body(\"\");\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphsicles%2Fhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fhttp/lists"}