mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Fix list format in documentation for http::message::prepare_payload
This commit is contained in:
committed by
Mohammad Nejati
parent
b7f635dce0
commit
a0a80359fe
@ -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
|
||||||
|
Reference in New Issue
Block a user