httpry

Packet sniffer for displaying and logging HTTP traffic

brewmacoslinux
Try with needOr install directly
Source

About

Packet sniffer for displaying and logging HTTP traffic

Commands

httpry

Examples

Capture HTTP traffic on the default interface and display in real-time$ sudo httpry -i en0
Capture HTTP traffic and log to a file for later analysis$ sudo httpry -i en0 -o /tmp/http.log
Capture HTTP traffic with a BPF filter for specific host$ sudo httpry -i en0 'host 192.168.1.100'