[][src]Module uriparse::query

Query Component

See [RFC3986, Section 3.4].

This crate does not do query string parsing, it will simply make sure that it is a valid query string as defined by the RFC. You will need to use another crate (e.g. queryst) if you want it parsed.

Structs

Query

The query component as defined in [RFC3986, Section 3.4].

Enums

QueryError

An error representing an invalid query.