har2api - v0.1.0
    Preparing search index...

    Interface HarResponse

    The response half of a HAR entry.

    interface HarResponse {
        content: HarContent;
        headers: HarNameValue[];
        status: number;
        statusText: string;
    }
    Index

    Properties

    content: HarContent
    headers: HarNameValue[]
    status: number
    statusText: string