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.

  1. type RowHead = [Cell]

    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.

  2. data TableHead

    pandoc Text.Pandoc.Writers.AnnotatedTable

    An annotated table head, corresponding to a Pandoc TableHead and the HTML <thead> element.

  3. TableHead :: Attr -> [HeaderRow] -> TableHead

    pandoc Text.Pandoc.Writers.AnnotatedTable

    No documentation available.

  4. addHeader :: Text -> Text -> ActionM ()

    scotty Web.Scotty

    Add to the response headers. Header names are case-insensitive.

  5. getResponseHeaders :: ActionM ResponseHeaders

    scotty Web.Scotty

    Access the HTTP headers of the Response Since: 0.21

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

  7. setHeaderWith :: ([(HeaderName, ByteString)] -> [(HeaderName, ByteString)]) -> ScottyResponse -> ScottyResponse

    scotty Web.Scotty.Internal.Types

    No documentation available.

  8. srHeaders :: ScottyResponse -> ResponseHeaders

    scotty Web.Scotty.Internal.Types

    No documentation available.

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

  10. getResponseHeaders :: forall (m :: Type -> Type) . MonadIO m => ActionT m ResponseHeaders

    scotty Web.Scotty.Trans

    Access the HTTP headers of the Response SINCE 0.21

Page 194 of many | Previous | Next