mce
    Preparing search index...

    Interface HttpRequestConfig

    interface HttpRequestConfig {
        data?: any;
        method?: string;
        responseType?: HttpResponseType;
        url: string;
    }
    Index

    Properties

    data?: any
    method?: string
    responseType?: HttpResponseType
    url: string