Skip to content

okdistribute/http-transport-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-transport-stream

Executes a command using duplex http or https.

build status

npm install http-transport-stream

http-transport-stream(url)

url: where to send the POST request

Example

var http = require('http-transport-stream')
var stream = http('https://dat.myserver.edu/mydat')
stream.on('data', console.log)

How it works

http-transport-stream sends a POST request to the URL you provide.

About

create a transport stream over http

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published