diff options
| author | Louis Burda <dev@sinitax.com> | 2026-01-23 21:41:09 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2026-01-23 21:41:09 +0100 |
| commit | 65a71e1d9f04e930cbaa5a312395f0fb63c7eef9 (patch) | |
| tree | c0785f125f72d5ab10a89e3c7e086037f25ef871 /httpdump.1 | |
| download | httpdump-main.tar.gz httpdump-main.zip | |
Diffstat (limited to 'httpdump.1')
| -rw-r--r-- | httpdump.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httpdump.1 b/httpdump.1 new file mode 100644 index 0000000..d9e00bf --- /dev/null +++ b/httpdump.1 @@ -0,0 +1,12 @@ +.TH "HTTPDUMP" "1" "2026-01-23" "0.1.0" "httpdump Manual" +.SH NAME +httpdump \- Parse HTTP requests and responses into JSON. +.SH SYNOPSIS +.B httpdump +[OPTIONS] [FILE] +.SH DESCRIPTION +Parse HTTP requests and responses into JSON. +.SH OPTIONS +.TP +\fB\-r,\fP \-\-response +Parse as HTTP response instead of request |
