add missing docs
[mdref/mdref-http] / http / Encoding / Stream / Debrotli / decode.md
diff --git a/http/Encoding/Stream/Debrotli/decode.md b/http/Encoding/Stream/Debrotli/decode.md
new file mode 100644 (file)
index 0000000..598c778
--- /dev/null
@@ -0,0 +1,16 @@
+# static string http\Encoding\Stream\Debrotli::decode(string $data)
+
+Decode brotli encoded data.
+
+## Params:
+
+* string $data  
+  The data to uncompress.
+
+## Returns:
+
+* string, the uncompressed data.
+
+## Warnings:
+
+* If $data cannot be decoded.