har2api - v0.1.0
    Preparing search index...

    Interface ConvertOptions

    Options for convert.

    interface ConvertOptions {
        collectionName?: string;
        description?: string;
        dropAssets?: boolean;
        includeHosts?: string[];
        title?: string;
        version?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    collectionName?: string

    Optional name for the Postman collection. Defaults to the host.

    description?: string
    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".

    title?: string
    version?: string