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

Safe HaskellNone
LanguageHaskell2010

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