Clarified documentation for answer.

This commit is contained in:
tastytea 2020-11-22 00:53:36 +01:00
parent 19a65d7474
commit d9756db965
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct answer
{
std::uint16_t status{0}; //!< Status code.
string headers; //!< The headers of the response from the server.
string body; //!< The response from the server.
string body; //!< The response body from the server.
/*!
* @brief Returns true if #status is 200.