mdref.json config
[mdref/mdref-http] / http / Message / toCallback.md
1 # http\Message http\Message::toCallback(callable $callback)
2
3 Stream the message through a callback.
4
5 ## Params:
6
7 * callable $callback
8 The callback of the form function(http\Message $from, string $data).
9
10 ## Returns:
11
12 * http\Message, self.