[#B8D4FC8557771483912678A183E6B105BC8E9C11]
Parse a string and return an encoded params view
system::resultparse_query(core::string_view s) noexcept;
This function parses the string and returns the corresponding params object if the string is valid, otherwise returns an error.
No-throw guarantee.