haskell-servant / haskell-servant/servant
Client endpoint for the Raw endpoint.
Open
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
Currently in case of a `Raw` endpoint client can only set method:
https://github.com/haskell-servant/servant/blob/f5ffdc7fbd6d6b254d4ed84b89014f1026d36711/servant-client-core/src/Servant/Client/Core/Internal/HasClient.hs#L495-L497
I would expect that client will allow to construct arbitrary `Request` query. Is that a problem of the current API or desired property?
Contributor guide
Assessment
This issue has not been assessed yet.