mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] style nits
This commit is contained in:
parent
220f5fb795
commit
d0f1dfeb82
@ -1,4 +1,4 @@
|
|||||||
//use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
|
// Use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
|
||||||
var ProxyServer = require('./http-proxy/index.js').Server;
|
var ProxyServer = require('./http-proxy/index.js').Server;
|
||||||
|
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ var ProxyServer = require('./http-proxy/index.js').Server;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
var createProxyServer = function(options) {
|
function createProxyServer(options) {
|
||||||
/*
|
/*
|
||||||
* `options` is needed and it must have the following layout:
|
* `options` is needed and it must have the following layout:
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user