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.
mkHeader :: HeaderName -> String -> HeaderHTTP Network.HTTP.Headers Header constructor as a function, hiding above rep.
parseHeader :: String -> Result HeaderHTTP Network.HTTP.Headers parseHeader headerNameAndValueString tries to unscramble a header: value pairing and returning it as a Header.
parseHeaders :: [String] -> Result [Header]HTTP Network.HTTP.Headers parseHeaders hdrs takes a sequence of strings holding header information and parses them into a set of headers (preserving their order in the input argument.) Handles header values split up over multiple lines.
replaceHeader :: HasHeaders a => HeaderSetter aHTTP Network.HTTP.Headers replaceHeader hdr val o replaces the header hdr with the value val, dropping any existing
retrieveHeaders :: HasHeaders a => HeaderName -> a -> [Header]HTTP Network.HTTP.Headers retrieveHeaders hdrNm x gets a list of headers with HeaderName hdrNm.
setHeaders :: HasHeaders x => x -> [Header] -> xHTTP Network.HTTP.Headers No documentation available.
tryHead :: forall (m :: Type -> Type) e a . Monad m => e -> [a] -> ExceptT e m aerrors Control.Error.Safe computeOverhead :: HashTable h => h s k v -> ST s Doublehashtables Data.HashTable.Class Computes the overhead (in words) per key-value mapping. Used for debugging, etc; time complexity depends on the underlying hash table implementation. O(n).
computeOverhead :: HashTable h => IOHashTable h k v -> IO Doublehashtables Data.HashTable.IO See the documentation for this function in computeOverhead.
computeOverhead :: HashTable s k v -> ST s Doublehashtables Data.HashTable.ST.Basic See the documentation for this function in computeOverhead.