hydro-http-server

0.0.1 • Public • Published

NPMversion Build Status Coverage Status

hydro-http-server

Synopsis

Launch and stop HTTP Server before/after each tests.

Usage

Config:

hydro.set({
  plugins: ['hydro-http-server'],
  httpServer: {
    app: function(req, res){}, // request handler, could be express, connect etc.
    port: 3003, // server port, default: 3003, optional
    timeout: 100 // server timeout, default: 100, optional
  }
});

Installation

npm:

npm install hydro-http-server

Tests

$ npm test

License

The MIT License (see LICENSE)

Readme

Keywords

none

Package Sidebar

Install

npm i hydro-http-server

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • vesln