Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Password :: ByteString -> Password

    webgear-core WebGear.Core.Trait.Auth.Basic

    No documentation available.

  2. 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.

  3. newtype Path

    webgear-core WebGear.Core.Trait.Path

    A path component which is literally matched against the request but discarded after that.

  4. Path :: Text -> Path

    webgear-core WebGear.Core.Trait.Path

    No documentation available.

  5. data PathEnd

    webgear-core WebGear.Core.Trait.Path

    Trait to indicate that no more path components are present in the request

  6. PathEnd :: PathEnd

    webgear-core WebGear.Core.Trait.Path

    No documentation available.

  7. data PathVar (tag :: Symbol) val

    webgear-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.

  8. PathVar :: PathVar (tag :: Symbol) val

    webgear-core WebGear.Core.Trait.Path

    No documentation available.

  9. data PathVarError

    webgear-core WebGear.Core.Trait.Path

    Failure to extract a PathVar

  10. PathVarNotFound :: PathVarError

    webgear-core WebGear.Core.Trait.Path

    No documentation available.

Page 654 of many | Previous | Next