|
| static bool | parse (std::istream &stream, std::string &version, std::string &status_code, CaseInsensitiveMultimap &header) noexcept |
| | Parse status line and header fields from a response stream. More...
|
| |
§ parse()
| static bool identt::http::ResponseMessage::parse |
( |
std::istream & |
stream, |
|
|
std::string & |
version, |
|
|
std::string & |
status_code, |
|
|
CaseInsensitiveMultimap & |
header |
|
) |
| |
|
inlinestaticnoexcept |
Parse status line and header fields from a response stream.
- Parameters
-
| [in] | stream | Stream to parse. |
| [out] | version | HTTP version. |
| [out] | status_code | HTTP status code. |
| [out] | header | Header fields. |
- Returns
- True if stream is parsed successfully, false if not.
The documentation for this class was generated from the following file: