mdref.json config
[mdref/mdref-http] / http / Encoding / Stream.md
1 # abstract class http\Encoding\Stream
2
3 Base class for encoding stream implementations.
4
5 ## Constants:
6
7 * FLUSH_NONE
8 Do no intermittent flushes.
9 * FLUSH_SYNC
10 Flush at appropriate transfer points.
11 * FLUSH_FULL
12 Flush at each IO operation.