🍺 BREW Explorer

← all formulae

aws-c-http

brew install aws-c-http v0.11.0 Apache-2.0

C99 shared library implementing HTTP/1.1 and HTTP/2 protocol specifications.

Why you might care

Primary dependency for AWS SDK for C and other AWS C libraries that need standards-compliant HTTP functionality. Built for high performance and minimal overhead in C-based applications. Used internally by aws-c-io and other AWS C runtime components.

Categories

Alternatives

libcurl nghttp2 h2o
4.1k
30-day installs · #687
15.7k
90-day · #629
58.1k
365-day · #606
178
★ GitHub stars · updated 1d ago

Runtime dependencies

Build dependencies

GitHub topics

hacktoberfest

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "libcurl",
    "nghttp2",
    "h2o"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "networking",
    "http-client"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "aws-c-cal",
    "aws-c-common",
    "aws-c-compression",
    "aws-c-io"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:40+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "aws-c-http",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-19T17:13:11Z",
  "github_readme_excerpt": "## AWS C Http\n\nC99 implementation of the HTTP/1.1 and HTTP/2 specifications\n\n## License\n\nThis library is licensed under the Apache 2.0 License.\n\n## Usage\n\n### Building\n\nCMake 3.9+ is required to build.\n\n`\u003cinstall-path\u003e` must be an absolute path in the following instructions.\n\n#### Linux-Only Dependencies\n\nIf you are building on Linux, you will need to build aws-lc and s2n-tls first.\n\n```\ngit clone git@github.com:awslabs/aws-lc.git\ncmake -S aws-lc -B aws-lc/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-lc/build --target install\n\ngit clone git@github.com:aws/s2n-tls.git\ncmake -S s2n-tls -B s2n-tls/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build s2n-tls/build --target install\n```\n\n#### Building aws-c-http and Remaining Dependencies\n\n```\ngit clone git@github.com:awslabs/aws-c-common.git\ncmake -S aws-c-common -B aws-c-common/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-c-common/build --target install\n\ngit clone git@github.com:awslabs/aws-c-cal.git\ncmake -S aws-c-cal -B aws-c-cal/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-cal/build --target install\n\ngit clone git@github.com:awslabs/aws-c-io.git\ncmake -S aws-c-io -B aws-c-io/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-io/build --target install\n\ngit clone git@github.com:awslabs/aws-c-compression.git\ncmake -S aws-c-compression -B aws-c-compression/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-compression/build --target install\n\ngit clone git@github.com:awslabs/aws-c-http.git\ncmake -S aws-c-http -B aws-c-http/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-http/build --target install\n```\n\n#### Run Integration Tests with localhost\n\nTo run some of the integration tests (start with localhost_integ_*), you need to set up a localhost that echo",
  "github_repo": "awslabs/aws-c-http",
  "github_stars": 178,
  "github_topics": [
    "hacktoberfest"
  ],
  "homepage": "https://github.com/awslabs/aws-c-http",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 4149,
  "installs_365d": 58085,
  "installs_90d": 15674,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": "2026-06-20T23:46:23+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "aws-c-http",
  "oldnames": [],
  "one_liner": "C99 shared library implementing HTTP/1.1 and HTTP/2 protocol specifications.",
  "optional_dependencies": [],
  "rank_30d": 687,
  "rank_365d": 606,
  "rank_90d": 629,
  "raw_hash": "b1f9172d0739c12b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/aws-c-http.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.11.0",
  "versioned_formulae": [],
  "why_use_this": "Primary dependency for AWS SDK for C and other AWS C libraries that need standards-compliant HTTP functionality. Built for high performance and minimal overhead in C-based applications. Used internally by aws-c-io and other AWS C runtime components."
}