AngularTS
    Preparing search index...

    Interface HttpRequestConfigHeaders

    interface HttpRequestConfigHeaders {
        common?: any;
        get?: any;
        patch?: any;
        post?: any;
        put?: any;
        [requestType: string]: any;
    }

    Indexable

    • [requestType: string]: any
    Index

    Properties

    common?: any
    get?: any
    patch?: any

    Optionalpost

    post?: any
    put?: any