• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/common/http

HttpTransferCacheOptions

Type Alias

Options to configure how TransferCache should be used to cache requests made via HttpClient.

API

  
    type HttpTransferCacheOptions = {  includeHeaders?: string[];  filter?: (req: HttpRequest<unknown>) => boolean;  includePostRequests?: boolean;  includeRequestsWithAuthHeaders?: boolean;}
  
  
Jump to details