Skip to content

dunght160387/browsermob-proxy-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browsermob-proxy-runner

A library to download and launch the Browsermob-proxy Server.

var browsermobRunner = require('browsermob-proxy-runner')
browsermobRunner(function(er, browsermob) {
  // browsermob-proxy is running
  // browsermob.host / browsermob.port are available
  // browsermob is a child process, so you can do browsermob.kill()
})

Testing

npm test

About

A library to download and launch the Browsermob-proxy Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published