add missing docs
[mdref/mdref-http] / http / QueryString / __toString.md
diff --git a/http/QueryString/__toString.md b/http/QueryString/__toString.md
new file mode 100644 (file)
index 0000000..60d0c87
--- /dev/null
@@ -0,0 +1,11 @@
+# string http\QueryString::__toString()
+
+Get the string representation of the querystring (x-www-form-urlencoded).
+
+## Params:
+
+None.
+
+## Returns:
+
+* string, the x-www-form-urlencoded querystring.