flush
[mdref/mdref-http] / http / Encoding / Stream.md
diff --git a/http/Encoding/Stream.md b/http/Encoding/Stream.md
new file mode 100644 (file)
index 0000000..99f7dcc
--- /dev/null
@@ -0,0 +1,12 @@
+# abstract class http\Encoding\Stream extends http\Object
+
+Base for encoding stream implementations.
+
+## Constants:
+
+* FLUSH_NONE  
+  Do no intermittend flushes.
+* FLUSH_SYNC  
+  Flush at appropriate transfer points.
+* FLUSH_FULL  
+  Flush at each IO operation.