Hi, I’m using the luminus framework and am making a request with the following :params
: {:user/foo 1 ;user/bar 2}
. However, when the request is received, the query string doesn’t contain the keyword qualifiers and is: foo=1&bar=2
. Why aren’t the keyword qualifiers showing? I’d like them to show.