Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module WebGear.Core.Trait.
Path Middlewares related to request paths. All the middlewares below attempt to match components of the request path. In case of a mismatch, they abandon the current handler and tries the next handler.
-
webgear-core WebGear.Core.Trait.Path A path component which is literally matched against the request but discarded after that.
-
webgear-core WebGear.Core.Trait.Path No documentation available.
-
webgear-core WebGear.Core.Trait.Path Trait to indicate that no more path components are present in the request
-
webgear-core WebGear.Core.Trait.Path No documentation available.
data
PathVar (tag :: Symbol) valwebgear-core WebGear.Core.Trait.Path A path variable that is extracted and converted to a value of type val. The tag is usually a type-level symbol (string) to uniquely identify this variable.
PathVar :: PathVar (tag :: Symbol) valwebgear-core WebGear.Core.Trait.Path No documentation available.
-
webgear-core WebGear.Core.Trait.Path Failure to extract a PathVar
PathVarNotFound :: PathVarErrorwebgear-core WebGear.Core.Trait.Path No documentation available.
PathVarParseError :: Text -> PathVarErrorwebgear-core WebGear.Core.Trait.Path No documentation available.