0.0.3 • Published 7 years ago

httptrail v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

httptrail

httptrail is a simple logging proxy for debugging http servers. It writes all requests and responses to stdout. Requests are prefixed with >, responses with <, similar to the output of curl -v.

Installation

npm install -g httptrail

Usage

httptrail <upstream host> <proxy port>

Examples

httptrail 8000 8001

httptrail https://github.com/ 8000
0.0.3

7 years ago

0.0.2

10 years ago

0.0.1

10 years ago