wai-extra-3.0.5: Provides some basic WAI handlers and middleware.

Safe HaskellNone
LanguageHaskell98

Network.Wai.Middleware.AddHeaders

Description

Since 3.0.3

Synopsis

Documentation

addHeaders :: [(ByteString, ByteString)] -> Middleware Source

Prepend a list of headers without any checks

Since 3.0.3