mdref.json config
[mdref/mdref-http] / http / Message / toString.md
1 # string http\Message::toString([bool $include_parent = false])
2
3 Retrieve the message serialized to a string.
4
5 ## Params:
6
7 * Optional bool $include_parent = false
8 Whether to include all parent messages.
9
10 ## Returns:
11
12 * string, the HTTP message chain serialized to a string.