httptrail

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i httptrail

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • omarkhan