Package dev.relism.flash.models
Class QueryParams
java.lang.Object
dev.relism.flash.models.QueryParams
Lazy query parameter access (
?key=value&...). Backed by a zero-copy ByteView
over the raw query string bytes, no parsing at construction, values percent-decoded on demand.
Percent-decoding (%XX → byte, + → space) follows the
application/x-www-form-urlencoded convention used by all browsers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
QueryParams
public QueryParams(dev.relism.fpr.core.ByteView raw)
-
-
Method Details
-
get
-
getAll
-