UNPKG

@gentrace/core

Version:
15 lines (14 loc) 563 B
/// <reference types="node" /> declare function _default(config: any): Promise<any>; export default _default; /** * If the proxy or config afterRedirects functions are defined, call them with the options * * @param {http.ClientRequestArgs} options * @param {AxiosProxyConfig} configProxy configuration from Axios options object * @param {string} location * * @returns {http.ClientRequestArgs} */ export function __setProxy(options: http.ClientRequestArgs, configProxy: AxiosProxyConfig, location: string): http.ClientRequestArgs; import http from "http";