// Use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
var ProxyServer = .;
/**
* Creates the proxy server.
*
* Examples:
*
* httpProxy.createProxyServer({ .. }, 8000)
* // => '{ web: [Function], ws: [Function] ... }'
*
* @param {Object} Options Config object passed to the proxy
*
* @return {Object} Proxy Proxy object with handlers for `ws` and `web` requests
*
* @api public
*/
ProxyServer. = createProxyServer;
ProxyServer. = createProxyServer;
ProxyServer. = createProxyServer;
/**
* Export the proxy "Server" as the main export.
*/
module.exports = ProxyServer;