2020-01-23 10:14:07 +00:00
|
|
|
/// <reference types="node" />
|
|
|
|
import * as url from 'url';
|
2020-01-24 11:01:57 +00:00
|
|
|
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
|
|
|
|
export declare function checkBypass(reqUrl: url.Url): boolean;
|