Class QueryParams

java.lang.Object
dev.relism.flash.models.QueryParams

public class QueryParams extends Object
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 Details

  • Constructor Details

    • QueryParams

      public QueryParams(dev.relism.fpr.core.ByteView raw)
  • Method Details