[#B8D4FC8557771483912678A183E6B105BC8E9C11]

Function parse_query

Parse a string and return an encoded params view

Synopsis

            system::result
parse_query(core::string_view s) noexcept;
        

Description

This function parses the string and returns the corresponding params object if the string is valid, otherwise returns an error.

BNF

Exception Safety

No-throw guarantee.

Specification