🍺 BREW Explorer

← all formulae

h2spec

brew install h2spec v2.6.0 MIT

Conformance testing tool for HTTP/2 implementation

39
30-day installs · #5214
45
90-day · #7641
124
365-day · #8620
728
★ GitHub stars · updated 2y ago

Build dependencies

go

GitHub topics

go hpack http2

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Conformance testing tool for HTTP/2 implementation",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:32+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "h2spec",
  "github_default_branch": "master",
  "github_last_commit_at": "2023-10-15T14:13:57Z",
  "github_readme_excerpt": "# h2spec\n\nh2spec is a conformance testing tool for HTTP/2 implementation.  \nThis tool is compliant with [RFC 7540 (HTTP/2)](http://www.rfc-editor.org/rfc/rfc7540.txt) and [RFC 7541 (HPACK)](http://www.rfc-editor.org/rfc/rfc7541.txt).\n\n## Install\n\nGo to the [releases page](https://github.com/summerwind/h2spec/releases), find the version you want, and download the zip file or tarball file. The docker image is also available in [Docker Hub](https://hub.docker.com/r/summerwind/h2spec/).\n\n## Your server\n\nYour server should respond on `GET /` or `POST /` requests with status 200 response with non-empty data.\n\n## Usage\n\n```\nConformance testing tool for HTTP/2 implementation.\n\nUsage:\n  h2spec [spec...] [flags]\n\nFlags:\n  -c, --ciphers string          List of colon-separated TLS cipher names\n      --dryrun                  Display only the title of test cases\n      --help                    Display this help and exit\n  -h, --host string             Target host (default \"127.0.0.1\")\n  -k, --insecure                Don\u0027t verify server\u0027s certificate\n  -j, --junit-report string     Path for JUnit test report\n      --max-header-length int   Maximum length of HTTP header (default 4000)\n  -P, --path string             Target path (default \"/\")\n  -p, --port int                Target port\n  -S, --strict                  Run all test cases including strict test cases\n  -o, --timeout int             Time seconds to test timeout (default 2)\n  -t, --tls                     Connect over TLS\n  -v, --verbose                 Output verbose log\n      --version                 Display version information and exit\n```\n\n### Running a specific test case\n\nYou can choose a test case to run by specifying the *Spec ID* as the command argument. For example, if you want to run test cases for HTTP/2, run h2spec as following:\n\n```\n$ h2spec http2\n```\n\nIf you add a section number after the *Spec ID*, test cases related to a specific section will be run. For example, if you want to run test cases related to ",
  "github_repo": "summerwind/h2spec",
  "github_stars": 728,
  "github_topics": [
    "go",
    "hpack",
    "http2"
  ],
  "homepage": "https://github.com/summerwind/h2spec",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 39,
  "installs_365d": 124,
  "installs_90d": 45,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "h2spec",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5214,
  "rank_365d": 8620,
  "rank_90d": 7641,
  "raw_hash": "4c4b3317e6dca27f",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/h/h2spec.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.6.0",
  "versioned_formulae": [],
  "why_use_this": null
}