Methods that attempt to parse HTTP request fields line-by-line from a receive buffer.
@{
| Name | Thrown on |
|---|---|
std::runtime_error | if data is invalid. |
true If the request field was parsed. false If there was not enough data in the buffer to complete the field.
| Name | Description |
|---|---|
| reader [in] | A LineReader object constructed over a span of data. |