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