Skip to content

EveProtocol

NexusLabs.Eve

EveProtocol Class

Identifies the eve protocol revision implemented by this package.

public static class EveProtocol

Inheritance System.Object 🡒 EveProtocol

Fields

EveProtocol.MessageStreamContentType Field

Gets the media type returned by eve session streams.

public const string MessageStreamContentType = "application/x-ndjson";

Field Value

System.String

EveProtocol.MessageStreamVersion Field

Gets the durable message-stream protocol version used by the reference client.

public const string MessageStreamVersion = "19";

Field Value

System.String

EveProtocol.ReferenceEveVersion Field

Gets the upstream TypeScript package version used as the compatibility reference.

public const string ReferenceEveVersion = "0.27.3";

Field Value

System.String

EveProtocol.SessionIdHeaderName Field

Gets the response header that carries the assigned eve session identifier.

public const string SessionIdHeaderName = "x-eve-session-id";

Field Value

System.String

EveProtocol.VercelTrustedOidcTokenHeaderName Field

Gets the Vercel header used to present a trusted OIDC identity-provider token.

public const string VercelTrustedOidcTokenHeaderName = "x-vercel-trusted-oidc-idp-token";

Field Value

System.String