How to Install httpry-tools in Ubuntu 18.04



Install httpry-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install httpry-tools

Description:

HTTP logging and information retrieval tool - log parsing scripts

httpry is a tool designed for displaying and logging HTTP traffic. It is not intended to perform analysis itself, but instead to capture, parse and/or log the traffic for later analysis. It can be run in real-time displaying the live traffic on the wire, or as a daemon process that logs to an output file. It is written to be as lightweight and flexible as possible, so that it can be easily adaptable to different applications. It does not display the raw HTTP data transferred, but instead focuses on parsing and displaying the request/response line along with associated header fields. . This package contains log parsing scripts written in Perl.

Homepage: http://dumpsterventures.com/jason/httpry/

Version: 0.1.8-1

Section: universe/net