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.
data
SESReceiptRuleAddHeaderAction stratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction Full data type definition for SESReceiptRuleAddHeaderAction. See sesReceiptRuleAddHeaderAction for a more convenient constructor.
SESReceiptRuleAddHeaderAction :: Val Text -> Val Text -> SESReceiptRuleAddHeaderActionstratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction No documentation available.
_sESReceiptRuleAddHeaderActionHeaderName :: SESReceiptRuleAddHeaderAction -> Val Textstratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction No documentation available.
_sESReceiptRuleAddHeaderActionHeaderValue :: SESReceiptRuleAddHeaderAction -> Val Textstratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction No documentation available.
sesReceiptRuleAddHeaderAction :: Val Text -> Val Text -> SESReceiptRuleAddHeaderActionstratosphere Stratosphere.ResourceProperties.SESReceiptRuleAddHeaderAction Constructor for SESReceiptRuleAddHeaderAction containing required fields as arguments.
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.