http-duplex

0.0.2 • Public • Published

http-duplex

Turn (req,res) pairs into a single readable/writable stream.

build status

example

methods

var httpDuplex = require('http-duplex')

var dup = httpDuplex(req, res)

Return a new readable/writable duplex stream dup from the http request req and http response res.

dup has all the same methods has both req and res, but on a single object.

install

With npm do:

npm install http-duplex

license

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    296
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    296
  • 0.0.0
    0

Package Sidebar

Install

npm i http-duplex

Weekly Downloads

296

Version

0.0.2

License

MIT

Last publish

Collaborators

  • nopersonsmodules