pub fn query_param() -> impl Strategy<Value = (QueryParam, String)>
single URL query param
QueryParam with it representation in the form <key>=<value>.
QueryParam
<key>=<value>