interface IStartProxyParams {
    method: Web2Method;
    options?: IWeb2RequestOptions;
    url: string;
}

Properties

Properties

method: Web2Method
url: string