http\Encoding
[mdref/mdref-http] / http / Encoding / Stream / update.md
diff --git a/http/Encoding/Stream/update.md b/http/Encoding/Stream/update.md
new file mode 100644 (file)
index 0000000..7bcdd9b
--- /dev/null
@@ -0,0 +1,12 @@
+# string http\Encoding\Stream::update(string $data)
+
+Update the encoding stream with more input.
+
+## Params:
+
+* string $data  
+  The data to pass through the stream.
+
+## Returns:
+
+* string, processed data.