haskell-servant / haskell-servant/servant
Routing based Content-Type
Open
- Dominant language
- Haskell
- Stars
- 2k
- Forks
- 427
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 5
Description
Hi,
In following API last (3rd endpoint is not reachable)
```
type Api = ("path" :> (RePar "p" Int :> Post '[PlainText] Bool
:<|> Get '[HTML] AddRedirectMappingPage
:<|> ReqBody '[FormUrlEncoded] RedirectMappingForm :> Post '[PlainText] ())
```
Application compiles and runs but HTTP clients gets 400 with "parameter p is missing".
Contributor guide
Assessment
This issue has not been assessed yet.