# Installer httping avec Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de httping pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:httping
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install httping
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install httping
```

  Preuve: MacPorts ports tree: net/httping/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install httping
```

  Preuve: Debian stable package indexes: httping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install httping
```

  Preuve: Fedora Rawhide package metadata: httping from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#httping
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ht/httping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S httping
```

  Preuve: Arch Linux sync databases: httping from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/httping
```

  Preuve: Scoop official bucket manifest trees: bucket/httping.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:httping
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.4.0
- **Résumé source:** Ping-like tool for HTTP requests
- **Page d'accueil:** <https://github.com/folkertvanheusden/HTTPing>
- **Dépôt:** <https://github.com/folkertvanheusden/HTTPing>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- httping (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.4.0
## Historique du projet et usages

httping is a ping-like utility for HTTP URLs. Instead of measuring ICMP reachability, it times the HTTP path: connect, send a request, and retrieve the reply headers.

### Historique du projet

Folkert van Heusden's project page presents httping as `ping` for HTTP requests and carries an older changelog covering early 0.x and 1.x work. That changelog shows the tool growing from basic request timing into SSL support, status-code reporting, Nagios plugin use, transfer-speed display, OpenBSD compilation, authentication, cookies, IPv6, and persistent connections.

The GitHub repository later became the download and source home. Its README documents a CMake build with optional OpenSSL, ncurses TUI, FFTW3 performance graphics, and gettext support, while repository tags show later v2.x through v4.x releases.

### Historique d'adoption

httping has remained a small systems utility, but the batch input records packaging across Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Scoop, and Ubuntu. The author page also documents FreeBSD ports usage and 2006 Linux magazine coverage.

### Modes d'utilisation

The practical use case is checking HTTP latency and behavior from the command line, especially where ICMP ping is blocked or irrelevant. The project page includes a Nagios command example, and the README's optional TLS and TUI features show its fit for monitoring and terminal diagnostics.

### Pourquoi les passionnés de paquets s'y intéressent

httping is package-nerd bait because it is exactly the kind of tiny Unix tool that fills one missing measurement: not a crawler, not a benchmark suite, just repeated HTTP request timing that packages cleanly on many systems.

### Chronologie

- 0.0.9: SSL support was added according to the author changelog.
- 1.0.0: OpenBSD compilation support was added according to the author changelog.
- 1.4.0: IPv6 support was added according to the author changelog.
- 2006: Linux Magazin and Linux Magazine coverage was listed on the author page.
- 2021: The public GitHub repository was created.
- 2022: Git tag v2.9 was created.
- 2025: Git tag v4.4.0 was created.

### Related projects

- Related tools include `ping`, curl timing, Nagios HTTP checks, ApacheBench, and MultiTail, which the author page mentions as a companion for watching output in a separate log view.

### Sources

- <https://api.github.com/repos/folkertvanheusden/HTTPing>
- <https://api.github.com/repos/folkertvanheusden/HTTPing/tags>
- <https://github.com/folkertvanheusden/HTTPing>
- <https://raw.githubusercontent.com/folkertvanheusden/HTTPing/master/README.md>
- <https://www.vanheusden.com/httping/>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - httping - 4.4.0-3: normalized package name match | Debian stable package indexes: httping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ping-like program for http-requests | http://www.vanheusden.com/httping
- Nix - httping: normalized package name match | nixpkgs package indexes: pkgs/by-name/ht/httping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - httping - 2.5-5.2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: httping from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ping-like program for http-requests | http://www.vanheusden.com/httping
- dnf - httping - 4.4.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: httping from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Ping alike tool for http requests | https://github.com/folkertvanheusden/HTTPing/
- pacman - httping - 4.4.0-1: normalized package name match | Arch Linux sync databases: httping from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A ping-like tool for HTTP requests | https://www.vanheusden.com/httping/
- MacPorts - httping: normalized package name match | MacPorts ports tree: net/httping/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/httping: normalized package name match | Scoop official bucket manifest trees: bucket/httping.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/httping.yml](https://github.com/mxcl/pkgdb/blob/main/combined/httping.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
