Table of Contents

Field Upgrade

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Upgrade header.

Indicates that the client prefers to upgrade to a different protocol, such as switching from HTTP/1.1 to HTTP/2.

public const string Upgrade = "Upgrade"

Returns

string
The HTTP Upgrade header. Indicates that the client prefers to upgrade to a different protocol, such as switching from HTTP/1.1 to HTTP/2.