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. getMetaHTTPHeaders :: (Tag name, Attribute name) => [T name string] -> [(string, string)]

    tagchup Text.HTML.Tagchup.Process

    Extract META tags which contain HTTP-EQUIV attribute and present these values like HTTP headers.

  2. buildRequestWithHeaders :: StdMethod -> ByteString -> ByteString -> RequestHeaders -> SRequest

    tasty-wai Test.Tasty.Wai

    As per buildRequestWithBody but allows for the setting of RequestHeaders.

  3. postWithHeaders :: ByteString -> ByteString -> RequestHeaders -> Session SResponse

    tasty-wai Test.Tasty.Wai

    No documentation available.

  4. lowerHead :: Text -> Text

    text-manipulate Data.Text.Lazy.Manipulate

    Lowercase the first character of a piece of text.

    >>> lowerHead "Title Cased"
    "title Cased"
    

  5. mapHead :: (Char -> Char) -> Text -> Text

    text-manipulate Data.Text.Lazy.Manipulate

    Apply a function to the first character of a piece of text.

  6. upperHead :: Text -> Text

    text-manipulate Data.Text.Lazy.Manipulate

    Uppercase the first character of a piece of text.

    >>> upperHead "snake_cased"
    "Snake_cased"
    

  7. lowerHead :: Text -> Text

    text-manipulate Data.Text.Manipulate

    Lowercase the first character of a piece of text.

    >>> lowerHead "Title Cased"
    "title Cased"
    

  8. mapHead :: (Char -> Char) -> Text -> Text

    text-manipulate Data.Text.Manipulate

    Apply a function to the first character of a piece of text.

  9. upperHead :: Text -> Text

    text-manipulate Data.Text.Manipulate

    Uppercase the first character of a piece of text.

    >>> upperHead "snake_cased"
    "Snake_cased"
    

  10. thead :: Html -> Html

    xhtml Text.XHtml.Frameset

    No documentation available.

Page 240 of many | Previous | Next