[#HTTPRequest-GetVersion] = xref:HTTPRequest.adoc[HTTPRequest]::GetVersion :relfileprefix: ../ :mrdocs: Returns the HTTP protocol version of the request. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:HTTPVersion.adoc[HTTPVersion] const& GetVersion() const; ---- == Return Value The HTTP protocol version parsed from the request line. [.small]#Created with https://www.mrdocs.com[MrDocs]#