10 lines
179 B
JavaScript

/*
* index.js: Top level include for node-http-proxy macros
*
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
exports.http = require('./http');
exports.ws = require('./ws');