Enum HttpVersion
Represents supported HTTP version by Raft-over-HTTP implementation.
Namespace: DotNext.Net.Cluster.Consensus.Raft.Http
Assembly: DotNext.AspNetCore.Cluster.dll
Syntax
[Serializable]
public enum HttpVersion
Fields
Name | Description |
---|---|
Auto | Automatically selects HTTP version. |
Http1 | Use HTTP 1.1 |
Http2 | Use HTTP 2 |