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