Show / Hide Table of Contents

Enum HttpVersion

Represents supported HTTP version by Raft-over-HTTP implementation.

Namespace: DotNext.Net.Cluster.Consensus.Raft.Http
Assembly: DotNext.AspNetCore.Cluster.dll
Syntax
public enum HttpVersion : int

Fields

Name Description
Auto

Automatically selects HTTP version.

Http1

Use HTTP 1.1

Http2

Use HTTP 2

Extension Methods

ExpressionBuilder.Const<HttpVersion>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX