add RemoteHost to ComprehensiveAPI

This commit is contained in:
Sönke Hahn 2016-01-18 11:01:30 +01:00
parent efd12053af
commit 290e4ef1ba

View file

@ -20,7 +20,7 @@ type ComprehensiveAPI =
QueryParams "foo" Int :> GET :<|> QueryParams "foo" Int :> GET :<|>
QueryFlag "foo" :> GET :<|> QueryFlag "foo" :> GET :<|>
-- Raw :<|> -- Raw :<|>
-- RemoteHost :<|> RemoteHost :> GET :<|>
ReqBody '[JSON] Int :> GET :<|> ReqBody '[JSON] Int :> GET :<|>
-- Get '[JSON] (Headers '[Header "foo" Int] ()) :<|> -- Get '[JSON] (Headers '[Header "foo" Int] ()) :<|>
"foo" :> GET :<|> "foo" :> GET :<|>