har2api - v0.1.0
    Preparing search index...

    Interface HarPostData

    Posted request body, if any.

    interface HarPostData {
        mimeType: string;
        params?: HarNameValue[];
        text?: string;
    }
    Index

    Properties

    mimeType: string
    params?: HarNameValue[]

    Parsed form fields, present for application/x-www-form-urlencoded.

    text?: string

    Raw body text (present for most JSON/form/text bodies).