Interface: FyzNotModifiedResponse
@flyze/lib-data-store 3.0.0-alpha.55· latestDefined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:38
Result of a conditional GET (If-None-Match) that the server answered with
304 Not Modified. Carries no payload — the caller already holds the current
representation. responseEtag is the (optional) validator echoed on the 304.
Properties
Section titled “Properties”notModified
Section titled “notModified”notModified:
true
Defined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:40
responseEtag?
Section titled “responseEtag?”
optionalresponseEtag:string
Defined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:41
success
Section titled “success”success:
true
Defined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:39