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