servant/servant-client-core/src/Servant/Client/Core
Ian Shipman 9666f1956b Addresses problems with URL encodings
This changes the way URL encoding for query parameters is handled,
making it possible to correctly encode arbitrary binary data into query
parameter values.

Closes #1418
2021-10-03 09:57:55 -05:00
..
Auth.hs Refactor servant-client-core 2019-02-18 19:08:13 +02:00
BaseUrl.hs Refactor servant-client-core 2019-02-18 19:08:13 +02:00
BasicAuth.hs unsupporting GHC < 8.6.5, removing unecessary imports 2021-10-02 13:13:24 +02:00
ClientError.hs Rename ServantError to ClientError, ServantErr to ServerError 2019-02-18 22:51:09 +02:00
HasClient.hs Addresses problems with URL encodings 2021-10-03 09:57:55 -05:00
Internal.hs Refactor servant-client-core 2019-02-18 19:08:13 +02:00
Reexport.hs union verbs (#1314) 2020-10-31 20:45:46 +01:00
Request.hs Addresses problems with URL encodings 2021-10-03 09:57:55 -05:00
Response.hs Refactor servant-client-core 2019-02-18 19:08:13 +02:00
RunClient.hs union verbs (#1314) 2020-10-31 20:45:46 +01:00