proxify

Portable proxy for capturing and manipulating HTTP/HTTPS traffic

brewmacoslinux
Try with needOr install directly
Source

About

Portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic

Commands

proxify

Examples

Start proxify on default port 8080 to capture HTTP/HTTPS traffic$ proxify
Run proxify on a custom port with verbose output$ proxify -port 9090 -v
Capture traffic and save requests to a file for replay$ proxify -output requests.json -capture-body