[#HTTPVersion-major] = xref:HTTPVersion.adoc[HTTPVersion]::major :relfileprefix: ../ :mrdocs: Default HTTP protocol version 1.1 is used by error responses when a request is unreadable. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint8_t major = {1}; ---- == Description @{ [.small]#Created with https://www.mrdocs.com[MrDocs]#