Fake Mirrors
    Preparing search index...

    Interface HttpClientSimpleResult

    Simple response result with the full body in memory.

    interface HttpClientSimpleResult {
        connection: HttpConnection;
        error: null;
        responseBody: HttpBody;
        responseHeaders: HttpHeaders;
        status: number;
    }
    connection: HttpConnection
    error: null
    responseBody: HttpBody
    responseHeaders: HttpHeaders
    status: number