1.0.7 • Published 10 years ago

postbin v1.0.7

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

Postbin

wercker status npm downloads npm version

Quick script for listening to HTTP traffic

Usage

$ postbin.js 8080
en0 http://127.0.0.1:8080


> GET /
> Headers:
{ host: '127.0.0.1:8080',
  connection: 'keep-alive',
  accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
  'upgrade-insecure-requests': '1',
  'accept-encoding': 'gzip, deflate, sdch',
  'accept-language': 'en-US,en;q=0.8,es;q=0.6' }
>>> EOL


> GET /favicon.ico
> Headers:
{ host: '127.0.0.1:8080',
  connection: 'keep-alive',
  accept: '*/*',
  referer: 'http://127.0.0.1:8080/',
  'accept-encoding': 'gzip, deflate, sdch',
  'accept-language': 'en-US,en;q=0.8,es;q=0.6' }
>>> EOL
1.0.11

10 years ago

1.0.10

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago