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.
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.
buildRequestWithHeaders :: StdMethod -> ByteString -> ByteString -> RequestHeaders -> SRequesttasty-wai Test.Tasty.Wai As per buildRequestWithBody but allows for the setting of RequestHeaders.
postWithHeaders :: ByteString -> ByteString -> RequestHeaders -> Session SResponsetasty-wai Test.Tasty.Wai No documentation available.
-
text-manipulate Data.Text.Lazy.Manipulate Lowercase the first character of a piece of text.
>>> lowerHead "Title Cased" "title Cased"
mapHead :: (Char -> Char) -> Text -> Texttext-manipulate Data.Text.Lazy.Manipulate Apply a function to the first character of a piece of text.
-
text-manipulate Data.Text.Lazy.Manipulate Uppercase the first character of a piece of text.
>>> upperHead "snake_cased" "Snake_cased"
-
text-manipulate Data.Text.Manipulate Lowercase the first character of a piece of text.
>>> lowerHead "Title Cased" "title Cased"
mapHead :: (Char -> Char) -> Text -> Texttext-manipulate Data.Text.Manipulate Apply a function to the first character of a piece of text.
-
text-manipulate Data.Text.Manipulate Uppercase the first character of a piece of text.
>>> upperHead "snake_cased" "Snake_cased"
-
xhtml Text.XHtml.Frameset No documentation available.