Merge pull request #21 from anchor/expose-form-urlencoded
Expose FormUrlEncoded through Servant.API
This commit is contained in:
commit
cf1a7aeb9c
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ import Servant.API.Alternative ((:<|>) (..))
|
|||
import Servant.API.Capture (Capture)
|
||||
import Servant.API.ContentTypes (JSON, MimeRender (..),
|
||||
MimeUnrender (..), OctetStream,
|
||||
PlainText)
|
||||
PlainText, FormUrlEncoded,
|
||||
FromFormUrlEncoded(..), ToFormUrlEncoded(..))
|
||||
import Servant.API.Delete (Delete)
|
||||
import Servant.API.Get (Get)
|
||||
import Servant.API.Header (Header)
|
||||
|
|
Loading…
Reference in a new issue