Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
pandoc Text.Pandoc.Writers.AnnotatedTable The head of a body row; the portion of the row lying in the stub of the TableBody. Its cells correspond to HTML <th> cells.
-
pandoc Text.Pandoc.Writers.AnnotatedTable An annotated table head, corresponding to a Pandoc TableHead and the HTML <thead> element.
TableHead :: Attr -> [HeaderRow] -> TableHeadpandoc Text.Pandoc.Writers.AnnotatedTable No documentation available.
addHeader :: Text -> Text -> ActionM ()scotty Web.Scotty Add to the response headers. Header names are case-insensitive.
getResponseHeaders :: ActionM ResponseHeadersscotty Web.Scotty Access the HTTP headers of the Response Since: 0.21
setHeader :: Text -> Text -> ActionM ()scotty Web.Scotty Set one of the response headers. Will override any previously set value for that header. Header names are case-insensitive.
-
scotty Web.Scotty.Internal.Types No documentation available.
srHeaders :: ScottyResponse -> ResponseHeadersscotty Web.Scotty.Internal.Types No documentation available.
addHeader :: forall (m :: Type -> Type) . MonadIO m => Text -> Text -> ActionT m ()scotty Web.Scotty.Trans Add to the response headers. Header names are case-insensitive.
getResponseHeaders :: forall (m :: Type -> Type) . MonadIO m => ActionT m ResponseHeadersscotty Web.Scotty.Trans Access the HTTP headers of the Response SINCE 0.21