Bitcoin Core 31.99.0
P2P Digital Currency
List of all members
HTTPVersion Struct Reference

#include <httpserver.h>

Public Attributes

uint8_t major {1}
 Default HTTP protocol version 1.1 is used by error responses when a request is unreadable. More...
 
uint8_t minor {1}
 

Detailed Description

Definition at line 132 of file httpserver.h.

Member Data Documentation

◆ major

uint8_t HTTPVersion::major {1}

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

Definition at line 138 of file httpserver.h.

◆ minor

uint8_t HTTPVersion::minor {1}

Definition at line 139 of file httpserver.h.


The documentation for this struct was generated from the following file: