vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CustomHttpHeader

    interface CustomHttpHeader {
        description?: string;
        headerFieldName: string;
        headerFieldValue: string;
        isActive?: boolean;
    }
    Index

    Properties

    description?: string
    headerFieldName: string
    headerFieldValue: string
    isActive?: boolean