![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#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} |
Definition at line 125 of file httpserver.h.
| uint8_t http_bitcoin::HTTPVersion::major {1} |
Default HTTP protocol version 1.1 is used by error responses when a request is unreadable.
Definition at line 131 of file httpserver.h.
| uint8_t http_bitcoin::HTTPVersion::minor {1} |
Definition at line 132 of file httpserver.h.