Halt
Halt
There is a lot of code like below where error.json() is used but the error response doesn't have a json() method. Maybe this was the case with the prev Http...
`qs.parse({"foo":">1"})` results in` {"foo":{"$gt":1}}` and not` {"foo":{"$gt":"1"}}` where the '1' is converted to a Number field automatically. If the foo field is a string field in the database than this...
Hi, I've been playing a little with your lib but I found no way of escaping operators that occur in the first part of the values. For example, what would...