2020-01-17 01:36:42 -07:00
|
|
|
/// <reference types="node" />
|
|
|
|
import * as url from 'url';
|
2020-01-24 02:14:21 -07:00
|
|
|
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
|
|
|
|
export declare function checkBypass(reqUrl: url.Url): boolean;
|