Enum HttpProtocolVersion
Represents supported HTTP version by the cluster.
Namespace: DotNext.Net.Http
Assembly: DotNext.AspNetCore.Cluster.dll
Syntax
public enum HttpProtocolVersion
Fields
Name | Description |
---|---|
Auto | Automatically selects HTTP version. |
Http1 | Use HTTP 1.1 |
Http2 | Use HTTP 2 |
Http3 | Use HTTP 3 |