Interface Query

All Superinterfaces:
Normalisable<Query>, org.wiremock.stringparser.ParsedString, PercentEncoded<Query>, QueryParamReader

public interface Query extends PercentEncoded<Query>, QueryParamReader, org.wiremock.stringparser.ParsedString
Represents the query component of a URI as defined in RFC 3986 Section 3.4.

The query component contains non-hierarchical data, typically formatted as key-value pairs separated by ampersands. Query strings may contain percent-encoded characters.

Implementations must be immutable and thread-safe.

See Also: