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.

  1. class AddHeader (mods :: [Type]) (h :: Symbol) v orig new | mods h v orig -> new, new -> mods, new -> h, new -> v, new -> orig

    servant Servant.API.ResponseHeaders

    No documentation available.

  2. addHeader' :: forall (mods :: [Type]) (h :: Symbol) v orig new . AddHeader mods h v orig new => v -> orig -> new

    gogol-core Gogol.Prelude

    Same as addHeader but works with Header', so it's possible to use any mods.

  3. addHeader' :: forall (mods :: [Type]) (h :: Symbol) v orig new . AddHeader mods h v orig new => v -> orig -> new

    servant Servant.API

    Same as addHeader but works with Header', so it's possible to use any mods.

  4. addHeader' :: forall (mods :: [Type]) (h :: Symbol) v orig new . AddHeader mods h v orig new => v -> orig -> new

    servant Servant.API.ResponseHeaders

    Same as addHeader but works with Header', so it's possible to use any mods.

  5. addHeaders :: [(ByteString, ByteString)] -> Middleware

    wai-extra Network.Wai.Middleware.AddHeaders

    Prepend a list of headers without any checks Since 3.0.3

  6. addHeaderCheck :: Delayed env (a -> b) -> DelayedIO a -> Delayed env b

    servant-server Servant.Server.Internal.Delayed

    Add a parameter check to the end of the params block

  7. addHeaderBorders :: [Cell () text] -> [Cell NumLines text]

    hledger-lib Hledger.Write.Spreadsheet

    No documentation available.

  8. addHeaderBS :: HasHeaders r => ByteString -> ByteString -> r -> r

    happstack-server Happstack.Server.Internal.Types

    Acts as addHeader except for ByteStrings

  9. addHeaderUnsafe :: HasHeaders r => ByteString -> HeaderPair -> r -> r

    happstack-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.

  10. 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.

Page 3 of many | Previous | Next