126b7c7c6457fcee7dbe526b77a8ec3d61fa71e6
[mdref/mdref-http] / http / Message / Body / append.md
1 # http\Message\Body http\Message\Body::append(string $data)
2
3 Append plain bytes to the message body.
4
5 ## Params:
6
7 * string $data
8 The data to append to the body.
9
10 ## Returns:
11
12 * http\Message\Body, self.