Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. addHeaderBS :: HasHeaders r => ByteString -> ByteString -> r -> r

    happstack-server Happstack.Server.Types

    Acts as addHeader except for ByteStrings

  2. addHeaderUnsafe :: HasHeaders r => ByteString -> HeaderPair -> r -> r

    happstack-server Happstack.Server.Types

    Add a key/value pair to the header using the underlying HeaderPair data type. Does not force the key to be in lowercase or guarantee that the given key and the key in the HeaderPair will match.

  3. module Network.Wai.Middleware.AddHeaders

    Since 3.0.3

  4. AddHeaders :: [(ByteString, ByteString)] -> MiddlewareConfig

    keter Keter.Config.Middleware

    No documentation available.

  5. replaceOrAddHeader :: MonadHandler m => Text -> Text -> m ()

    yesod-core Yesod.Core.Handler

    Replace an existing header with a new value or add a new header if not present. Note that, while the data type used here is Text, you must provide only ASCII value to be HTTP compliant.

  6. cgiAddHeader :: MonadCGI m => HeaderName -> String -> m ()

    cgi Network.CGI.Monad

    Add a response header.

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

    hledger-web Hledger.Web.Import

    Replace an existing header with a new value or add a new header if not present. Note that, while the data type used here is Text, you must provide only ASCII value to be HTTP compliant.

  8. _sESReceiptRuleActionAddHeaderAction :: SESReceiptRuleAction -> Maybe SESReceiptRuleAddHeaderAction

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAction

    No documentation available.

  9. sesrraAddHeaderAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleAddHeaderAction)

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAction

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-addheaderaction

  10. module Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction

    No documentation available.

Page 4 of many | Previous | Next