Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. data SESReceiptRuleAddHeaderAction

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction

    Full data type definition for SESReceiptRuleAddHeaderAction. See sesReceiptRuleAddHeaderAction for a more convenient constructor.

  2. SESReceiptRuleAddHeaderAction :: Val Text -> Val Text -> SESReceiptRuleAddHeaderAction

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction

    No documentation available.

  3. _sESReceiptRuleAddHeaderActionHeaderName :: SESReceiptRuleAddHeaderAction -> Val Text

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction

    No documentation available.

  4. _sESReceiptRuleAddHeaderActionHeaderValue :: SESReceiptRuleAddHeaderAction -> Val Text

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction

    No documentation available.

  5. sesReceiptRuleAddHeaderAction :: Val Text -> Val Text -> SESReceiptRuleAddHeaderAction

    stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction

    Constructor for SESReceiptRuleAddHeaderAction containing required fields as arguments.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    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.

Page 5 of many | Previous | Next