AngularTS
    Preparing search index...

    Interface HttpProvider

    Provider configuration surface available as $httpProvider.

    interface HttpProvider {
        defaults: HttpProviderDefaults;
        interceptors: (string | Injectable<HttpInterceptorFactory>)[];
        xsrfTrustedOrigins: string[];
    }
    Index

    Properties

    Default values applied to all $http requests unless a request overrides them.

    interceptors: (string | Injectable<HttpInterceptorFactory>)[]

    Interceptor factories applied to requests and responses.

    xsrfTrustedOrigins: string[]

    Origins trusted to receive the XSRF token.