Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-capture

NPM Version NPM Downloads

Node.js express middleware for capturing HTTP request and responses

Install

$ npm install http-capture

API

var httpCapture = require ('http-capture')

httpCapture ()

Returns the HTTP capture middleware function, which by default writes to the current working directory under .capture and formats the files as such: #_YYYY_MM_DD_hh_mm_ss_METHOD

Examples

Express / Connect

When using this module with express or connect, simply app.use the module. Requests and responses that pass through the middleware will be captured to in the current working directory under .capture

var httpCapture = require ('http-capture'),
    express = require ('express')

var app = express()

app.use (httpCapture())

License

MIT

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages