httpry

A lightweight packet sniffer for displaying and logging HTTP traffic. It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file. More information: <http://dumpsterventures.com/jason/httpry/>.

Debian Debian
RUN apt-get update && \ apt-get install -y httpry
Ubuntu
RUN apt-get update && \ apt-get install -y httpry
Alpine
RUN apk add httpry
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y httpry
Fedora
RUN dnf install -y httpry
Raspbian
RUN apt-get update && \ apt-get install -y httpry
click the source code to copy install httpry on any operating system with command-not-found.com