add RemoteHost to ComprehensiveAPI
This commit is contained in:
parent
efd12053af
commit
290e4ef1ba
1 changed files with 1 additions and 1 deletions
|
@ -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 :<|>
|
||||||
|
|
Loading…
Reference in a new issue