| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Servant.API.Extended.Endpath
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 Methods | |
| (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 # | |