juniper/url/form_urlencoded/sidebar-items.js
Juniper Documentation Builder 95d942c9d4 Update documentation for Juniper
2016-09-11 18:41:24 +00:00

1 line
No EOL
527 B
JavaScript

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",""]]});