Skip to content

Interface: FyzNotModifiedResponse

@flyze/lib-data-store 3.0.0-alpha.55· latest

Defined 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.

notModified: true

Defined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:40


optional responseEtag: string

Defined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:41


success: true

Defined in: projects/lib-data-store/src/lib/flyze-models/fyz-response.model.ts:39