mdref.json config
[mdref/mdref-http] / http / Message / addBody.md
1 # http\Message http\Message::addBody(http\Message\Body $body)
2
3 Append the data of $body to the message's body.
4 See http\Message::setBody() and http\Message\Body::append().
5
6 ## Params:
7
8 * http\Message\Body $body
9 The message body to add.
10
11 ## Returns:
12
13 * http\Message, self.