servant/src/Servant
2015-01-01 15:14:07 +01:00
..
Common add HasClient instance for Header 2014-12-08 12:52:30 +01:00
Client.hs Declared query string parameters are always sent in requests, even when no value is assigned to them (?name). The server handles a missing query parameter, and a query parameter with no value the same, but to be consistent with the documentation ("If you give Nothing, nothing will be added to the query string.") I made a small change to avoid sending empty query parameters. Also the value and req' parameters were flipped in the lambda in the QueryParams case. 2015-01-01 15:14:07 +01:00