Parse a string and return an encoded params view
result<params_encoded_view>
parse_query(
string_view s) noexcept;
Declared in file <src/parse_query.cpp> at line 24
This function parses the string and returns the corresponding params object if the string is valid, otherwise returns an error.
No-throw guarantee.