IfNoneMatchInit
Summary
Initializer for an If-None-Match header value.
Signature
interface IfNoneMatchInit {
tags: string[];
}
Properties
tags
The entity tags to compare against the current entity.
Initializer for an If-None-Match header value.
interface IfNoneMatchInit {
tags: string[];
}
The entity tags to compare against the current entity.