Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. addHeader :: Text -> Text -> ActionM ()

    scotty Web.Scotty

    Add to the response headers. Header names are case-insensitive.

  2. addHeader :: forall (m :: Type -> Type) . MonadIO m => Text -> Text -> ActionT m ()

    scotty Web.Scotty.Trans

    Add to the response headers. Header names are case-insensitive.

  3. addHeader :: forall (m :: Type -> Type) . MonadIO m => Text -> Text -> ActionT m ()

    scotty Web.Scotty.Trans.Strict

    Add to the response headers. Header names are case-insensitive.

  4. addHeader :: HasHeaders r => String -> String -> r -> r

    happstack-server Happstack.Server.Internal.Types

    Add a key/value pair to the header. If the key already has a value associated with it, then the value will be appended. Forces the key to be lowercase.

  5. addHeader :: HasHeaders r => String -> String -> r -> r

    happstack-server Happstack.Server.Types

    Add a key/value pair to the header. If the key already has a value associated with it, then the value will be appended. Forces the key to be lowercase.

  6. addHeader :: Text -> Text -> ProxyResponse -> ProxyResponse

    hal AWS.Lambda.Events.ApiGateway.ProxyResponse

    Add a header to the ProxyResponse. If there was already a value for this header, this one is added, meaning the response will include multiple copies of this header (valid by the HTTP spec). This does NOT replace any previous headers or their values.

  7. addHeader :: MonadHandler m => Text -> Text -> m ()

    hledger-web Hledger.Web.Import

    Set an arbitrary response header. Note that, while the data type used here is Text, you must provide only ASCII value to be HTTP compliant.

  8. addHeader :: MonadHandler m => Text -> Text -> m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Set an arbitrary response header. Note that, while the data type used here is Text, you must provide only ASCII value to be HTTP compliant.

  9. class AddHeader (mods :: [Type]) (h :: Symbol) v orig new | mods h v orig -> new, new -> mods, new -> h, new -> v, new -> orig

    gogol-core Gogol.Prelude

    No documentation available.

  10. class AddHeader (mods :: [Type]) (h :: Symbol) v orig new | mods h v orig -> new, new -> mods, new -> h, new -> v, new -> orig

    servant Servant.API

    No documentation available.

Page 2 of many | Previous | Next