Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data HeaderPair

    happstack-server Happstack.Server.Types

    an HTTP header

  2. HeaderPair :: ByteString -> [ByteString] -> HeaderPair

    happstack-server Happstack.Server.Types

    No documentation available.

  3. type Headers = Map ByteString HeaderPair

    happstack-server Happstack.Server.Types

    a Map of HTTP headers the Map key is the header converted to lowercase

  4. data Headers

    http-common Network.Http.Types

    The map of headers in a Request or Response. Note that HTTP header field names are case insensitive, so if you call setHeader on a field that's already defined but with a different capitalization you will replace the existing value.

  5. HeaderColumnStyle :: [HeaderProperty] -> ConfigurationProperty

    hvega Graphics.Vega.VegaLite

    The default appearance for column headers.

  6. HeaderFacetStyle :: [HeaderProperty] -> ConfigurationProperty

    hvega Graphics.Vega.VegaLite

    The default appearance for non-row and non-column facet headers.

  7. data HeaderProperty

    hvega Graphics.Vega.VegaLite

    Represents a facet header property. For details, see the Vega-Lite documentation. Labels refer to the title of each sub-plot in a faceted view and title is the overall title of the collection.

  8. HeaderRowStyle :: [HeaderProperty] -> ConfigurationProperty

    hvega Graphics.Vega.VegaLite

    The default appearance for row headers.

  9. HeaderStyle :: [HeaderProperty] -> ConfigurationProperty

    hvega Graphics.Vega.VegaLite

    The default appearance of all headers.

  10. HeaderParseFail :: [String] -> String -> LspServerLog

    lsp Language.LSP.Server

    No documentation available.

Page 99 of many | Previous | Next