{"id":15753336,"url":"https://github.com/h0x0er/http2util","last_synced_at":"2025-10-29T11:03:07.752Z","repository":{"id":205959798,"uuid":"715488466","full_name":"h0x0er/http2util","owner":"h0x0er","description":"A golang module to parse rawBytes of http2 frames ","archived":false,"fork":false,"pushed_at":"2023-11-13T06:39:54.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-06T12:14:54.717Z","etag":null,"topics":["frames","golang","http2","http2util"],"latest_commit_sha":null,"homepage":"","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/h0x0er.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-11-07T08:45:46.000Z","updated_at":"2024-08-30T02:17:19.000Z","dependencies_parsed_at":"2024-10-27T09:18:44.920Z","dependency_job_id":null,"html_url":"https://github.com/h0x0er/http2util","commit_stats":null,"previous_names":["h0x0er/parsehttp2frame","h0x0er/http2util"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h0x0er%2Fhttp2util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h0x0er%2Fhttp2util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h0x0er%2Fhttp2util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h0x0er%2Fhttp2util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h0x0er","download_url":"https://codeload.github.com/h0x0er/http2util/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436048,"owners_count":20776959,"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":["frames","golang","http2","http2util"],"created_at":"2024-10-04T07:40:26.161Z","updated_at":"2025-10-20T07:40:57.064Z","avatar_url":"https://github.com/h0x0er.png","language":"Go","readme":"## http2util: Dump rawBytes of http2 frames to string, http.Request or http.Response\n\n## Usage\n\n```go\nimport \"github.com/h0x0er/http2util\"\n\nrawBytes := []byte{} // http2 frame bytes\n\n// Creating frame out of rawBytes\nframe, _ := http2util.BytesToFrame(rawBytes)\n\n// Usage 1: Dumping frame to string\nframeString, _ := http2util.Dump(frame)\nfmt.Println(frameString)\n\n// Usage2: Creating http.Request from frame\nreq, _ = http2util.FrameToHTTPRequest(frame)\n\n// Usage3: Creating http.Response from frame\nres, _ = http2util.FrameToHTTPReponse(frame)\n\n```\n\n## Limitations\n\n- `FrameToHTTPRequest()` \u0026 `FrameToHTTPResponse()`: Currently doesn't supports extraction of `httpBody` from frame.\n\n\n## Contribution\n\nFeel free to open an issue or send a PR for improvement\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh0x0er%2Fhttp2util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh0x0er%2Fhttp2util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh0x0er%2Fhttp2util/lists"}