Interface IDAHRStartProxyParams

interface IDAHRStartProxyParams {
    authorization?: string;
    headers: OutgoingHttpHeaders;
    method: Web2Method;
    payload?: unknown;
    url: string;
}

Properties

authorization?: string
headers: OutgoingHttpHeaders
method: Web2Method
payload?: unknown
url: string