# Httpretty

> Use this skill when the user wants to pretty-print http requests and responses in terminal.

- Skill: `javimosch/httpretty` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/httpretty`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/httpretty/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/httpretty

---


# Httpretty Plugin

Pretty-print HTTP requests and responses in terminal.

## Commands

### Operations
- `httpretty request print` — print request via httpretty
- `httpretty response print` — print response via httpretty

## Usage Examples
- "httpretty --help"
- "httpretty <args>"

## Installation

```bash
go install github.com/henvic/httpretty@latest
```

## Examples

```bash
httpretty --version
httpretty --help
```

## Key Features
- http\n- debugging\n- pretty-print

