query_param

Function query_param 

Source
pub fn query_param() -> impl Strategy<Value = (QueryParam, String)>
Expand description

single URL query param

ยงReturns

QueryParam with it representation in the form <key>=<value>.