The Wayback Machine - https://web.archive.org/web/20241008161444/https://angular.dev/api/common/http/HttpTransferCacheOptions/
@angular/common/http

HttpTransferCacheOptions

Type Alias

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

  
    type HttpTransferCacheOptions = {  includeHeaders?: string[];  filter?: (req: HttpRequest<unknown>) => boolean;  includePostRequests?: boolean;  includeRequestsWithAuthHeaders?: boolean;}
  
  
Jump to details
HTTPS · web.archive.org
← Home