Insomnia-Script-SDK-Docs
    Preparing search index...

    Interface RequestSize

    interface RequestSize {
        body: number;
        header: number;
        source: string;
        total: number;
    }
    Index

    Properties

    Properties

    body: number
    header: number
    source: string
    total: number