remix/headers · InterfaceView Source
IfMatchInit
Summary
Initializer for an If-Match header value.
Signature
interface IfMatchInit {
tags: string[];
}
Properties
tags
The entity tags to compare against the current entity.
Initializer for an If-Match header value.
interface IfMatchInit {
tags: string[];
}
tagsThe entity tags to compare against the current entity.