query property
The HTTP URL query in the format of name1=value1&name2=value2
, as it
appears in the first line of the HTTP request.
No decoding is performed.
Implementation
core.String? query;
The HTTP URL query in the format of name1=value1&name2=value2
, as it
appears in the first line of the HTTP request.
No decoding is performed.
core.String? query;