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.
-
servant Servant.API.ResponseHeaders No documentation available.
-
gogol-core Gogol.Prelude Same as addHeader but works with Header', so it's possible to use any mods.
-
servant Servant.API Same as addHeader but works with Header', so it's possible to use any mods.
-
servant Servant.API.ResponseHeaders Same as addHeader but works with Header', so it's possible to use any mods.
addHeaders :: [(ByteString, ByteString)] -> Middlewarewai-extra Network.Wai.Middleware.AddHeaders Prepend a list of headers without any checks Since 3.0.3
addHeaderCheck :: Delayed env (a -> b) -> DelayedIO a -> Delayed env bservant-server Servant.Server.Internal.Delayed Add a parameter check to the end of the params block
addHeaderBorders :: [Cell () text] -> [Cell NumLines text]hledger-lib Hledger.Write.Spreadsheet No documentation available.
addHeaderBS :: HasHeaders r => ByteString -> ByteString -> r -> rhappstack-server Happstack.Server.Internal.Types Acts as addHeader except for ByteStrings
addHeaderUnsafe :: HasHeaders r => ByteString -> HeaderPair -> r -> rhappstack-server Happstack.Server.Internal.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.
addHeaderM :: FilterMonad Response m => String -> String -> m ()happstack-server Happstack.Server.Monads Add headers into the response. This method does not overwrite any existing header of the same name, hence the name addHeaderM. If you want to replace a header use setHeaderM.