WebGear.Server.Trait.Path
Contents
Description
Server implementation of the path traits.
Methods
getTrait :: forall (ts :: [Type]). PathEnd -> ServerHandler m (Linked ts Request) (Either (Absence PathEnd Request) (Attribute PathEnd Request)) #
getTrait :: forall (ts :: [Type]). Path -> ServerHandler m (Linked ts Request) (Either (Absence Path Request) (Attribute Path Request)) #
getTrait :: forall (ts :: [Type]). PathVar tag val -> ServerHandler m (Linked ts Request) (Either (Absence (PathVar tag val) Request) (Attribute (PathVar tag val) Request)) #