Sha256: 24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9

Contents?: true

Size: 675 Bytes

Versions: 31

Compression:

Stored size: 675 Bytes

Contents

import Agent from './agent'
import Dispatcher from './dispatcher'

export default EnvHttpProxyAgent

declare class EnvHttpProxyAgent extends Dispatcher {
  constructor(opts?: EnvHttpProxyAgent.Options)

  dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
}

declare namespace EnvHttpProxyAgent {
  export interface Options extends Agent.Options {
    /** Overrides the value of the HTTP_PROXY environment variable  */
    httpProxy?: string;
    /** Overrides the value of the HTTPS_PROXY environment variable  */
    httpsProxy?: string;
    /** Overrides the value of the NO_PROXY environment variable  */
    noProxy?: string;
  }
}

Version data entries

31 entries across 31 versions & 4 rubygems

Version Path
rapid_stack-0.1.1 templates/FrontEnd/node_modules/undici-types/env-http-proxy-agent.d.ts
rapid_stack-0.1.0 templates/FrontEnd/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.26 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.25 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.24 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.23 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.22 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.21 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.20 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.19 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.18 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.17 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.16 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.15 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.14 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.13 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.12 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.11 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.10 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts
clapton-0.0.9 lib/clapton/javascripts/node_modules/undici-types/env-http-proxy-agent.d.ts