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.
headerName :: Binding -> !HeaderNamedistributed-process-execution Control.Distributed.Process.Execution.Exchange No documentation available.
headers :: Message -> ![(String, String)]distributed-process-execution Control.Distributed.Process.Execution.Exchange arbitrary key-value headers
-
ede Text.EDE.Internal.Filters No documentation available.
headV :: Vector Value -> Valueede Text.EDE.Internal.Filters No documentation available.
header :: Lens' HeaderDataUnit Headerfits-parse Data.Fits No documentation available.
headToUpper :: [Char] -> [Char]fitspec Test.FitSpec.PrettyPrint No documentation available.
headOfCons :: Proof (Head (Cons' x xs) == x)gdp Theory.Lists Axiom: The head of cons x y is x.
headerContains :: (HasCallStack, MonadIO m) => Text -> Text -> m Boolgi-soup3 GI.Soup.Functions Parses header to see if it contains the token token (matched case-insensitively). Note that this can't be used with lists that have qvalues.
headerFreeParamList :: (HasCallStack, MonadIO m) => Map Text Text -> m ()gi-soup3 GI.Soup.Functions Frees paramList.
headerGStringAppendParam :: (HasCallStack, MonadIO m) => String -> Text -> Maybe Text -> m ()gi-soup3 GI.Soup.Functions Appends something like name=value to string, taking care to quote value if needed, and if so, to escape any quotes or backslashes in value. Alternatively, if value is a non-ASCII UTF-8 string, it will be appended using RFC5987 syntax. Although in theory this is supposed to work anywhere in HTTP that uses this style of parameter, in reality, it can only be used portably with the Content-Disposition "filename" parameter. If value is Nothing, this will just append name to string.