servant/servant-client/src/Servant
Edsko de Vries 507f021919 Make sure path components get escaped
The derived client for an API containing `Capture` has a bug: it does not
escape characters, so that if the string is "a/b", the URL becomes
`".../a/b/..."` instead of `".../a%2Fb/..."`, causing the corresponding servant
server to return a 404.

This relies on https://github.com/fizruk/http-api-data/pull/47
2017-02-07 16:51:56 +01:00
..
Client Add comments for GClientLikeP and GClientLikeL classes 2017-01-17 16:29:24 +03:00
Common Make sure path components get escaped 2017-02-07 16:51:56 +01:00
Client.hs Allow more flexbility in setting the request body. 2017-01-12 14:08:50 +01:00