[#HTTPRequest-SetState] = xref:HTTPRequest.adoc[HTTPRequest]::SetState :relfileprefix: ../ :mrdocs: Set the current parsing state of the request. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetState(xref:HTTPRequest/State.adoc[State] state); ---- == Parameters [cols="1,4"] |=== | Name| Description | *state* | The new parsing state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#