big update's coming
[mdref/mdref-http] / http / Encoding / Stream / update.md
1 # string http\Encoding\Stream::update(string $data)
2
3 Update the encoding stream with more input.
4
5 ## Params:
6
7 * string $data
8 The data to pass through the stream.
9
10 ## Returns:
11
12 * string, processed data.
13
14 ## Warnings:
15
16 * If the encoding stream is in an invalid state.