HasEndpoint Raw Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint EmptyAPI Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint api => HasEndpoint (WithNamedContext name sub api) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint rest => HasEndpoint (HttpVersion :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(ToJSON a, HasEndpoint rest) => HasEndpoint (ReqBody '[JSON] a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(ToText a, HasEndpoint rest) => HasEndpoint (ReqBody '[PlainText] a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint rest => HasEndpoint (RemoteHost :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(KnownSymbol params, ToText a, HasEndpoint rest) => HasEndpoint (QueryParams params a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(KnownSymbol sym, HasEndpoint rest) => HasEndpoint (QueryFlag sym :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(KnownSymbol sym, ToText a, HasEndpoint rest) => HasEndpoint (Header sym a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint rest => HasEndpoint (IsSecure :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(ToText a, HasEndpoint rest) => HasEndpoint (Fragment a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint rest => HasEndpoint (Summary sym :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint rest => HasEndpoint (Description sym :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(ToText a, HasEndpoint rest) => HasEndpoint (Capture sym a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(ToText a, HasEndpoint rest) => HasEndpoint (CaptureAll sym a :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
HasEndpoint rest => HasEndpoint (BasicAuth realm userData :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
(KnownSymbol sym, HasEndpoint rest) => HasEndpoint (sym :> rest) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |
ReflectMethod method => HasEndpoint (Verb method statusCode contentTypes a) Source # | |
Instance detailsDefined in Servant.Benchmark.HasEndpoint |