On this pageisETagMatchOverviewisETagMatch(request, etag): etag is stringUtility function to check if a given request's headers match an etag. If the etag matches, the client may use the locally cache resource.ParametersNameTyperequestRequestetagundefinedReturnsetag is stringDefined inhttp/headers/caching/mod.ts:135
Utility function to check if a given request's headers match an etag. If the etag matches, the client may use the locally cache resource.