@wireapp/core-crypto
    Preparing search index...

    Variable HttpResponse

    HttpResponse: Readonly<
        {
            create: (
                partial: Partial<HttpResponse> & Required<Omit<HttpResponse, never>>,
            ) => HttpResponse;
            defaults: () => Partial<HttpResponse>;
            new: (
                partial: Partial<HttpResponse> & Required<Omit<HttpResponse, never>>,
            ) => HttpResponse;
        },
    >

    Generated factory for HttpResponse record objects.