Even though the [RFC3986](https://tools.ietf.org/html/rfc3986#section-3.4) told us the QUERY should be non-hierarchical, but some libraries supported the following QUERY schema: ``` foo[x]=foo.x&bar[y]=bar.y ``` Such that how about supporting from the core module?
Even though the RFC3986 told us the QUERY should be non-hierarchical, but some libraries supported the following QUERY schema:
Such that how about supporting from the core module?