Major and minor components of an HTTP protocol version.

Synopsis

Declared in <httpserver.h>

struct HTTPVersion;

Data Members

Name

Description

major

Default HTTP protocol version 1.1 is used by error responses when a request is unreadable.

minor

Minor version number (the "1" in "1.1").

Created with MrDocs