Stage of request parsing, tracking how much of the request has been read.
Synopsis
Declared in <httpserver.h>
enum class State : int;
Members
Name |
Description |
|
No data has been parsed yet. |
|
The request line was parsed; headers are still pending. |
|
Headers were parsed; the body is still pending. |
|
The full request has been parsed. |
|
Parsing failed and the request is unreadable. |
Created with MrDocs