🍺 BREW Explorer

← all formulae

httping

brew install httping v4.4.0_2 AGPL-3.0-only

Ping-like tool for HTTP requests

163
30-day installs · #2833
748
90-day · #2479
2.4k
365-day · #2613
53
★ GitHub stars · updated 3mo ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake",
    "gettext",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "fftw",
    "openssl@4",
    "gettext"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Ping-like tool for HTTP requests",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:42+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "httping",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-05-06T17:41:07Z",
  "github_readme_excerpt": "httping\n=======\n\nPing with HTTP requests, see \u003chttp://www.vanheusden.com/httping/\u003e.\n\nCompiling:\n\n* `cmake -B build`\n* `cmake --build build`\n\nThis configuration will build a binary with the minimal functionality.\nYou can use the following options to add more features to httping:\n\nIf you need the SSL support, use (requires `OpenSSL` library):\n\n* `cmake -DUSE_SSL=ON build`\n\nIf you would like the TUI (text user interface) to be included (for -K),\nuse (requires `ncurses` library):\n\n* `cmake -DUSE_TUI=ON build`\n\nAdding `-DUSE_FFTW3=ON` to the `-DUSE_TUI=ON` allows TUI to show performance graphics. This option requires `fftw3` library.\n\nIf you want httping to use local translations, add `-DUSE_GETTEXT=ON` to\nthe cmake commandline.\n\nUse the script below to install with all the features:\n```Shell\ngit clone https://github.com/folkertvanheusden/httping.git\ncd httping\ncmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DUSE_SSL=ON -DUSE_TUI=ON -DUSE_FFTW3=ON\ncmake --build build --parallel\nsudo cmake --install build\n```\n\nThe AGPL v3.0 license applies to this software.\n",
  "github_repo": "folkertvanheusden/HTTPing",
  "github_stars": 53,
  "github_topics": [],
  "homepage": "https://github.com/folkertvanheusden/HTTPing",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 163,
  "installs_365d": 2433,
  "installs_90d": 748,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "AGPL-3.0-only",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "httping",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2833,
  "rank_365d": 2613,
  "rank_90d": 2479,
  "raw_hash": "c768d3156d65c7a6",
  "recommended_dependencies": [],
  "revision": 2,
  "ruby_source_path": "Formula/h/httping.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    "ncurses"
  ],
  "version_head": "HEAD",
  "version_stable": "4.4.0",
  "versioned_formulae": [],
  "why_use_this": null
}