class HAR::QueryString
- HAR::QueryString
- Reference
- Object
Overview
Parameter NVP (name-value pair) parsed from a query string, if any
(embedded in Request
object).
Included Modules
- JSON::Serializable
Defined in:
har/query_string.crConstructors
Instance Method Summary
-
#comment : String | Nil
A comment provided by the user or the application.
-
#comment=(comment : String | Nil)
A comment provided by the user or the application.
-
#name : String
Name of a header.
-
#name=(name : String)
Name of a header.
-
#value : String
Value of a query string param.
-
#value=(value : String)
Value of a query string param.