http\Encoding
[mdref/mdref-http] / http / Encoding / Stream / Dechunk / decode.md
diff --git a/http/Encoding/Stream/Dechunk/decode.md b/http/Encoding/Stream/Dechunk/decode.md
new file mode 100644 (file)
index 0000000..e87d79e
--- /dev/null
@@ -0,0 +1,12 @@
+# static string http\Encoding\Stream\Dechunk::decode(string $data)
+
+Decode chunked encoded data.
+
+## Params:
+
+* string $data  
+  The data to decode.
+
+## Returns:
+
+* string, the decoded data.