DynamicETag
Defines the notion of a dynamically-served-page `ETag`, which is calculated either from weak parameters (the date/
time it was served and a simple hash of the request) or strong parameters (full hash of the response).
Content copied to clipboard
elide.page.Context.DynamicETag
Types
Link copied to clipboard
Defines the notion of a dynamically-served-page `ETag`, which is calculated either from weak parameters (the date/
time it was served and a simple hash of the request) or strong parameters (full hash of the response).
Content copied to clipboard
elide.page.Context.DynamicETag
Properties
Functions
Link copied to clipboard
inline fun Context.DynamicETag.copy(block: ContextKt.DynamicETagKt.Dsl.() -> Unit): Context.DynamicETag
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether to enable dynamic `ETag`s.
Content copied to clipboard
bool enabled = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Raw `ETag` component describing the request/operation pre-image.
Content copied to clipboard
.elide.data.DataFingerprint preimage = 3;
Link copied to clipboard
Raw `ETag` component describing the request/operation pre-image.
Content copied to clipboard
.elide.data.DataFingerprint preimage = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Raw `ETag` component describing the response. Leave unset to calculate dynamically.
Content copied to clipboard
.elide.data.DataFingerprint response = 4;
Link copied to clipboard
Raw `ETag` component describing the response. Leave unset to calculate dynamically.
Content copied to clipboard
.elide.data.DataFingerprint response = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Raw `ETag` component describing the request/operation pre-image.
Content copied to clipboard
.elide.data.DataFingerprint preimage = 3;
Link copied to clipboard
Raw `ETag` component describing the response. Leave unset to calculate dynamically.
Content copied to clipboard
.elide.data.DataFingerprint response = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.DynamicETag
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Context.DynamicETag
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Context.DynamicETag
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.DynamicETag
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard