Interface ISendHTTPRequestParams

interface ISendHTTPRequestParams {
    payload: unknown;
    targetAuthorization: string;
    targetHeaders: OutgoingHttpHeaders;
    targetMethod: EnumWeb2Methods;
    web2Request: IWeb2Request;
}

Properties

payload: unknown
targetAuthorization: string
targetHeaders: OutgoingHttpHeaders
targetMethod: EnumWeb2Methods
web2Request: IWeb2Request