pub(crate) fn parse_query_string(
    req: &Request
) -> Result<HashMap<String, String>>
Expand description

Parses a workstream::Request and returns a HashMap of the query strings.

/api/v1/workstreams?state=funded will result in a hasmap with the following key-value pair: “state”:“funded”.