mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37: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();
|
||||
@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
|
||||
|
Reference in New Issue
Block a user