har2api - v0.1.0
    Preparing search index...

    Interface InferOptions

    Options controlling inference.

    interface InferOptions {
        dropAssets?: boolean;
        includeHosts?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    dropAssets?: boolean

    Drop requests for static assets (images, fonts, css, js, …). Default true — a HAR of a web app is mostly assets, and they're rarely the API.

    includeHosts?: string[]

    Only include requests whose host matches one of these (case-insensitive). Useful to drop analytics/CDN noise. Empty means "all hosts".