You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the spec, a query with unrecognized parameters "should" (RFC 2119) return an error.
I wasn't able to figure out a way to do this when working on #9. Rather than spend more time on something that isn't strictly required, here's a ticket to consider figuring this out later.
The text was updated successfully, but these errors were encountered:
query will be a Map[String, Seq[String]] mapping parameters to their values for the whole query. One could check the keys and return an error if any of the keys aren't the sanctioned ones.
According to the spec, a query with unrecognized parameters "should" (RFC 2119) return an error.
I wasn't able to figure out a way to do this when working on #9. Rather than spend more time on something that isn't strictly required, here's a ticket to consider figuring this out later.
The text was updated successfully, but these errors were encountered: