This website requires JavaScript.
Explore
Help
Sign in
eeva
/
servant
Watch
1
Star
0
Fork
You've already forked servant
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
83afdcb96b
servant
/
src
/
Servant
History
Daniel Larsson
83afdcb96b
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
..
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