Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"fn":[["byte_serialize","The `application/x-www-form-urlencoded` byte serializer."],["parse","Convert a byte string in the `application/x-www-form-urlencoded` syntax into a iterator of (name, value) pairs."]],"struct":[["ByteSerialize","Return value of `byte_serialize()`."],["Parse","The return type of `parse()`."],["ParseIntoOwned","Like `Parse`, but yields pairs of `String` instead of pairs of `Cow<str>`."],["Serializer","The `application/x-www-form-urlencoded` serializer."]],"trait":[["Target",""]],"type":[["EncodingOverride",""]]});