HttpTransferCacheOptions • Angular 日本語版

@angular/common/http

Type Alias

stable

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;}