har2api - v0.1.0
    Preparing search index...

    Interface HarEntry

    One request/response exchange.

    interface HarEntry {
        request: HarRequest;
        response: HarResponse;
    }
    Index

    Properties

    Properties

    request: HarRequest
    response: HarResponse