Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data Endpath
Documentation
Doesn't allow any trailing path components when used with Raw
Instances
RoutesToPaths route => RoutesToPaths (Endpath :> route :: Type) Source # | |
Defined in Servant.API.Extended.Endpath | |
(HasServer api context, HasContextEntry (context .++ DefaultErrorFormatters) ErrorFormatters) => HasServer (Endpath :> api :: Type) context Source # | |
Defined in Servant.API.Extended.Endpath | |
type ServerT (Endpath :> api :: Type) m Source # | |