{"id":24199328,"url":"https://github.com/nixigaj/h3get","last_synced_at":"2026-04-17T14:35:02.900Z","repository":{"id":215368278,"uuid":"738750625","full_name":"nixigaj/h3get","owner":"nixigaj","description":"A dead simple curl-like HTTP/3 client tool I use for debugging HTTP/3 servers. It can be set to explicitly use IPv4 or IPv6.","archived":false,"fork":false,"pushed_at":"2024-01-04T01:56:24.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T09:26:40.296Z","etag":null,"topics":["cli","curl","go","golang","http3","http3-client"],"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/nixigaj.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":"2024-01-04T00:47:50.000Z","updated_at":"2024-01-04T00:48:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"5af25b22-be88-4f28-888e-b16c01e23ef7","html_url":"https://github.com/nixigaj/h3get","commit_stats":null,"previous_names":["nixigaj/h3get"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nixigaj/h3get","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixigaj%2Fh3get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixigaj%2Fh3get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixigaj%2Fh3get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixigaj%2Fh3get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nixigaj","download_url":"https://codeload.github.com/nixigaj/h3get/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixigaj%2Fh3get/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31933425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","curl","go","golang","http3","http3-client"],"created_at":"2025-01-13T20:35:41.797Z","updated_at":"2026-04-17T14:35:02.884Z","avatar_url":"https://github.com/nixigaj.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `h3get`\nA dead simple curl-like HTTP/3 client tool I use for debugging HTTP/3 servers. It can be set to explicitly use IPv4 or IPv6.\n\n\u003e [!NOTE]  \n\u003e This program uses a [modified version](https://github.com/nixigaj/quic-go) of the [quic-go library](https://github.com/quic-go/quic-go) to allow for explicitly setting the network string for the [`ListenUDP`](https://pkg.go.dev/net#ListenUDP) function through the `QUIC_GO_CLIENT_NETWORK_TYPE` environment variable.\n\n## Build\n### Dependencies\n- Git\n- Go 1.21 or later\n\n### Instructions\nClone the repository and enter it:\n```shell\ngit clone https://github.com/nixigaj/h3get\ncd h3get\n```\n\nBuild the binary:\n```shell\ngo build --ldflags=\"-w -s\"\n```\n\n## Usage\nTo specify URL, use the `--url` or `-u` flag.\n\nTo specify explicit usage of IPv4 or IPv6, use the `--ipv4` or `-4`, and `--ipv6` or `-6` flags.\n\nTo specify timeout for request in seconds, use the `--timeout` or `-t` flag.\n\nTo use `curl` as user agent, use the `--curl` or `-c` flag.\n\nTo print usage use the `--help` or `-h` flag.\n\n### Example\nTo query the URL [`https://h3.erix.dev`](https://h3.erix.dev) using IPv6 explicitly and a request timeout of 5 seconds:\n```shell\n./h3get -u https://h3.erix.dev -6 -t 5\n```\n\n## License\nMIT. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixigaj%2Fh3get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnixigaj%2Fh3get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixigaj%2Fh3get/lists"}