# 使用 Homebrew 安装 h2c

查看 h2c 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:h2c
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install h2c
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:h2c
- **软件包管理器:** Homebrew
- **版本:** 1.0
- **来源摘要:** Headers 2 curl
- **主页:** <https://curl.se/h2c/>
- **仓库:** <https://github.com/curl/h2c>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- h2c (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.0
## 项目历史与用法

h2c is a small curl-adjacent utility whose name means headers to curl. It reads an HTTP request, including headers and body, and emits an equivalent curl command line.

### 项目历史

The official repository was created under the curl GitHub organization in August 2017. Its README defines the project narrowly: given a set of HTTP request headers, h2c outputs the curl command line needed to generate that request.

### 采用历史

Adoption is intentionally modest and developer-tool focused. The project has an official curl.se web surface plus a Homebrew formula, making it easy for curl users to install when they need to translate captured HTTP requests into repeatable CLI invocations.

### 使用方式

The README examples cover HTTP/1.1 and HTTP/2 requests, PUT bodies, multipart form uploads, cookies, user agents, and Basic authentication. The tool is useful when moving from a raw request captured in logs, browser tools, or documentation into a shell-friendly curl command.

### 为什么软件包爱好者会关心

h2c is package-nerd smallness in pure form: a single-purpose converter maintained near curl, valuable because it removes quoting and flag-selection friction without becoming a general HTTP client.

### 时间线

- 2017: Repository created under the curl organization.
- 2017: README documented conversion of raw HTTP requests into curl commands.
- 2022: Repository metadata showed continued maintenance activity through mid-2022.

### Related projects

- h2c is directly related to curl and to workflows that capture raw HTTP requests from browsers, proxies, examples, or tests and replay them from the command line.

### 来源

- <https://curl.se/h2c/>
- <https://formulae.brew.sh/formula/h2c>
- <https://github.com/curl/h2c>
- <https://raw.githubusercontent.com/curl/h2c/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## 来源

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