mdref.json config
[mdref/mdref-http] / http / Message / toStream.md
1 # http\Message http\Message::toStream(resource $stream)
2
3 Stream the message into stream $stream, starting from $offset, streaming $maxlen at most.
4
5 ## Params:
6
7 * resource $stream
8 The resource to write to.
9
10 ## Returns:
11
12 * http\Message, self.