Query isn't parsed properly when it's in this format and there's an endpoint method: ``` http://domain.com/method/key/value ``` In such case no `value` is returned; all that's returned to the `method` is: ``` { _key: [key] } ```