Expand description
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§
- The query component as defined in [RFC3986, Section 3.4].
Enums§
- An error representing an invalid query.