mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
11 lines
229 B
JavaScript
11 lines
229 B
JavaScript
/*
|
|
* index.js: Top level include for node-http-proxy macros
|
|
*
|
|
* (C) 2010 Nodejitsu Inc.
|
|
* MIT LICENCE
|
|
*
|
|
*/
|
|
|
|
exports.examples = require('./examples');
|
|
exports.http = require('./http');
|
|
exports.ws = require('./ws'); |