Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ hono request [file] [options]
- `-d, --data <data>` - Request body data
- `-H, --header <header>` - Custom headers (can be used multiple times)
- `-w, --watch` - Watch for changes and resend request
- `-J, --json` - Output response as JSON
- `-o, --output <file>` - Write to file instead of stdout
- `-O, --remote-name` - Write output to file named as remote file
- `-i, --include` - Include protocol and headers in the output
- `-I, --head` - Show only protocol and headers in the output
- `-e, --external <package>` - Mark package as external (can be used multiple times)

**Examples:**
Expand Down
Loading
Loading