HttpVersion

HttpVersion class

Contains versions of HTTP.

class HttpVersion

Methods

MethodDescription
HttpVersion()The deleted default constructor.

Fields

FieldDescription
static UnknownRepresents an unknown version of the HTTP.
static Version10Represents HTTP version 1.0.
static Version11Represents HTTP version 1.1.
static Version20Represents HTTP version 2.0.

See Also