# http-prompt を Homebrew, MacPorts でインストール

http-prompt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

- MacPorts (94%):

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

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

## パッケージ情報

- **パッケージキー:** brew:http-prompt
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.1.0
- **ソース概要:** Interactive command-line HTTP client with autocomplete and syntax highlighting
- **ホームページ:** <https://http-prompt.com>
- **リポジトリ:** <https://github.com/httpie/http-prompt>
- **最終更新:** 2026-07-15T11:21:03Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- http-prompt (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.1.0
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

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


## セキュリティノート

http-prompt に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
