api documentation for http-proxy (v1.16.2)

HTTP proxying for the masses

table of contents

  1. module http-proxy
    1. function http-proxy (options)
    2. function http-proxy.createProxy (options)
    3. function http-proxy.createProxyServer (options)
    4. function http-proxy.createServer (options)
    5. function http-proxy.http_proxy (options)
    6. function http-proxy.super_ ()
    7. object http-proxy.common
    8. object http-proxy.http_proxy.prototype
    9. object http-proxy.super_.prototype
    10. object http-proxy.web_incoming
    11. object http-proxy.web_outgoing
    12. object http-proxy.ws_incoming
  2. module http-proxy.common
    1. function http-proxy.common.getPort (req)
    2. function http-proxy.common.hasEncryptedConnection (req)
    3. function http-proxy.common.rewriteCookieDomain (header, config)
    4. function http-proxy.common.setupOutgoing (outgoing, options, req, forward)
    5. function http-proxy.common.setupSocket (socket)
    6. function http-proxy.common.urlJoin ()
    7. object http-proxy.common.isSSL
  3. module http-proxy.http_proxy
    1. function http-proxy.http_proxy (options)
    2. function http-proxy.http_proxy.createProxy (options)
    3. function http-proxy.http_proxy.createProxyServer (options)
    4. function http-proxy.http_proxy.createServer (options)
    5. function http-proxy.http_proxy.super_ ()
  4. module http-proxy.http_proxy.prototype
    1. function http-proxy.http_proxy.prototype.after (type, passName, callback)
    2. function http-proxy.http_proxy.prototype.before (type, passName, callback)
    3. function http-proxy.http_proxy.prototype.close (callback)
    4. function http-proxy.http_proxy.prototype.listen (port, hostname)
    5. function http-proxy.http_proxy.prototype.onError (err)
  5. module http-proxy.super_
    1. boolean http-proxy.super_.prefixed
    2. function http-proxy.super_ ()
  6. module http-proxy.super_.prototype
    1. function http-proxy.super_.prototype.addListener (event, fn, context)
    2. function http-proxy.super_.prototype.emit (event, a1, a2, a3, a4, a5)
    3. function http-proxy.super_.prototype.eventNames ()
    4. function http-proxy.super_.prototype.listeners (event, exists)
    5. function http-proxy.super_.prototype.off (event, fn, context, once)
    6. function http-proxy.super_.prototype.on (event, fn, context)
    7. function http-proxy.super_.prototype.once (event, fn, context)
    8. function http-proxy.super_.prototype.removeAllListeners (event)
    9. function http-proxy.super_.prototype.removeListener (event, fn, context, once)
    10. function http-proxy.super_.prototype.setMaxListeners ()
  7. module http-proxy.web_incoming
    1. function http-proxy.web_incoming.XHeaders (req, res, options)
    2. function http-proxy.web_incoming.deleteLength (req, res, options)
    3. function http-proxy.web_incoming.stream (req, res, options, _, server, clb)
    4. function http-proxy.web_incoming.timeout (req, res, options)
  8. module http-proxy.web_outgoing
    1. function http-proxy.web_outgoing.removeChunked (req, res, proxyRes)
    2. function http-proxy.web_outgoing.setConnection (req, res, proxyRes)
    3. function http-proxy.web_outgoing.setRedirectHostRewrite (req, res, proxyRes, options)
    4. function http-proxy.web_outgoing.writeHeaders (req, res, proxyRes, options)
    5. function http-proxy.web_outgoing.writeStatusCode (req, res, proxyRes)
  9. module http-proxy.ws_incoming
    1. function http-proxy.ws_incoming.XHeaders (req, socket, options)
    2. function http-proxy.ws_incoming.checkMethodAndHeader (req, socket)
    3. function http-proxy.ws_incoming.stream (req, socket, options, head, server, clb)

module http-proxy

function http-proxy (options)

function http-proxy.createProxy (options)

function http-proxy.createProxyServer (options)

function http-proxy.createServer (options)

function http-proxy.http_proxy (options)

function http-proxy.super_ ()

module http-proxy.common

function http-proxy.common.getPort (req)

function http-proxy.common.hasEncryptedConnection (req)

function http-proxy.common.rewriteCookieDomain (header, config)

function http-proxy.common.setupOutgoing (outgoing, options, req, forward)

function http-proxy.common.setupSocket (socket)

function http-proxy.common.urlJoin ()

module http-proxy.http_proxy

function http-proxy.http_proxy (options)

function http-proxy.http_proxy.createProxy (options)

function http-proxy.http_proxy.createProxyServer (options)

function http-proxy.http_proxy.createServer (options)

function http-proxy.http_proxy.super_ ()

module http-proxy.http_proxy.prototype

function http-proxy.http_proxy.prototype.after (type, passName, callback)

function http-proxy.http_proxy.prototype.before (type, passName, callback)

function http-proxy.http_proxy.prototype.close (callback)

function http-proxy.http_proxy.prototype.listen (port, hostname)

function http-proxy.http_proxy.prototype.onError (err)

module http-proxy.super_

function http-proxy.super_ ()

module http-proxy.super_.prototype

function http-proxy.super_.prototype.addListener (event, fn, context)

function http-proxy.super_.prototype.emit (event, a1, a2, a3, a4, a5)

function http-proxy.super_.prototype.eventNames ()

function http-proxy.super_.prototype.listeners (event, exists)

function http-proxy.super_.prototype.off (event, fn, context, once)

function http-proxy.super_.prototype.on (event, fn, context)

function http-proxy.super_.prototype.once (event, fn, context)

function http-proxy.super_.prototype.removeAllListeners (event)

function http-proxy.super_.prototype.removeListener (event, fn, context, once)

function http-proxy.super_.prototype.setMaxListeners ()

module http-proxy.web_incoming

function http-proxy.web_incoming.XHeaders (req, res, options)

function http-proxy.web_incoming.deleteLength (req, res, options)

function http-proxy.web_incoming.stream (req, res, options, _, server, clb)

function http-proxy.web_incoming.timeout (req, res, options)

module http-proxy.web_outgoing

function http-proxy.web_outgoing.removeChunked (req, res, proxyRes)

function http-proxy.web_outgoing.setConnection (req, res, proxyRes)

function http-proxy.web_outgoing.setRedirectHostRewrite (req, res, proxyRes, options)

function http-proxy.web_outgoing.writeHeaders (req, res, proxyRes, options)

function http-proxy.web_outgoing.writeStatusCode (req, res, proxyRes)

module http-proxy.ws_incoming

function http-proxy.ws_incoming.XHeaders (req, socket, options)

function http-proxy.ws_incoming.checkMethodAndHeader (req, socket)

function http-proxy.ws_incoming.stream (req, socket, options, head, server, clb)

[ this document was created with utility2 ]