Fix list format in documentation for http::message::prepare_payload

This commit is contained in:
Mohammad Nejati
2024-01-06 17:54:37 +00:00
committed by Mohammad Nejati
parent b7f635dce0
commit a0a80359fe

View File

@ -853,12 +853,11 @@ public:
req.prepare_payload();
@endcode
@note This function is not necessary to call in
the following situations:
@note
@li The request doesn't contain a body, such as
in a GET or HEAD request.
This function is not necessary to call in the following situations:
@li The request doesn't contain a body, such as in a GET or HEAD request.
@li The Content-Length and Transfer-Encoding are set manually.
*/
void