vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface HttpResponse

    interface HttpResponse {
        body?: any;
        headers?: IncomingHttpHeaders;
        statusCode?: number;
        statusMessage?: string;
    }
    Index

    Properties

    body?: any
    headers?: IncomingHttpHeaders
    statusCode?: number
    statusMessage?: string