Major and minor components of an HTTP protocol version.
Declared in <httpserver.h>
<httpserver.h>
struct HTTPVersion;
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