Skip to content

omarkhan/httptrail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple http logging proxy for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published