# Installer http-prompt avec Homebrew, MacPorts

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

## installation

```sh
sudo av install brew:http-prompt
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install http-prompt
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install http-prompt
```

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

## Faits du paquet

- **Clé du paquet:** brew:http-prompt
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.1.0
- **Résumé source:** Interactive command-line HTTP client with autocomplete and syntax highlighting
- **Page d'accueil:** <https://http-prompt.com>
- **Dépôt:** <https://github.com/httpie/http-prompt>
- **Dernière mise à jour:** 2026-07-15T11:21:03Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- http-prompt (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

HTTP Prompt is an interactive command-line HTTP and API testing client built on HTTPie and prompt_toolkit. It brought shell-style completion, syntax highlighting, session context, and OpenAPI-aware navigation to HTTPie-style request construction.

### Historique du projet

PyPI records the first http-prompt release, 0.1.0, in May 2016. The project documentation credits HTTPie for the human-friendly HTTP CLI model, prompt_toolkit for interactive terminal behavior, Parsimonious for parsing, and pgcli as an inspiration.

The documentation shows the project maturing quickly during 2016: configuration and persistent context appeared in v0.4.0, the persistent-context behavior changed in v0.6.0, and OpenAPI/Swagger navigation appeared in v0.10.0.

### Historique d'adoption

HTTP Prompt gained developer-tool visibility through the HTTPie organization, PyPI distribution, Homebrew and MacPorts packaging in the input metadata, and a GitHub repository with thousands of stars. Its adoption tracked the 2010s shift toward friendlier API CLIs for testing JSON and REST services.

### Modes d'utilisation

Users start an interactive prompt for a host, build up headers, query parameters, body fields, and authentication state, then preview or execute HTTP requests. The tool can persist session context and use an OpenAPI specification to autocomplete endpoint paths and parameters.

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

HTTP Prompt is notable as a mashup package: HTTPie syntax, prompt_toolkit interaction, a PEG parser, and pgcli-style usability applied to API testing. For package people, it represents the Python CLI era when rich terminal UX became a first-class feature rather than a GUI afterthought.

### Chronologie

- 2016: Version 0.1.0 was uploaded to PyPI.
- 2016: Version 0.4.0 added user configuration and persistent context.
- 2016: Version 0.10.0 added OpenAPI/Swagger-aware navigation.
- 2018: Version 1.0.0 was published on GitHub releases.
- 2021: Version 2.1.0 was published on GitHub releases.

### Related projects

- HTTPie, prompt_toolkit, Parsimonious, and pgcli are directly credited by the project. It also sits near curl, wget, Postman-style API testing, and OpenAPI tooling.

### Sources

- Official docs, GitHub README/release metadata, and PyPI package metadata.


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour http-prompt. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $XDG_CONFIG_HOME/http-prompt/config.py, ~/.config/http-prompt/config.py
- Windows: %LOCALAPPDATA%/http-prompt/config.py, ~/AppData/Local/http-prompt/config.py

## Credential files

- Unix: $XDG_DATA_HOME/http-prompt/context.hp, ~/.local/share/http-prompt/context.hp
- Windows: %LOCALAPPDATA%/http-prompt/context.hp, ~/AppData/Local/http-prompt/context.hp
## Autres enregistrements de gestionnaires de paquets

- MacPorts - http-prompt: normalized package name match | MacPorts ports tree: net/http-prompt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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