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.
addHeader :: Text -> Text -> ActionM ()scotty Web.Scotty Add to the response headers. Header names are case-insensitive.
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.
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.
addHeader :: HasHeaders r => String -> String -> r -> rhappstack-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.
addHeader :: HasHeaders r => String -> String -> r -> rhappstack-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.
addHeader :: Text -> Text -> ProxyResponse -> ProxyResponsehal 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.
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.
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.
-
gogol-core Gogol.Prelude No documentation available.
-
servant Servant.API No documentation available.