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.
curlHead_ :: CurlHeader headers => URLString -> [CurlOption] -> IO (String, headers)curl Network.Curl Get the headers associated with a particular URL. Returns the status line and the key-value pairs for the headers.
-
curl Network.Curl No documentation available.
newIncomingHeader :: CurlHeader headerTy => IO (IO (String, headerTy), CStringLen -> IO ())curl Network.Curl No documentation available.
parseHeader :: String -> (String, String)curl Network.Curl No documentation available.
parseStatusNHeaders :: String -> (String, [(String, String)])curl Network.Curl No documentation available.
respHeaders :: CurlResponse_ headerTy bodyTy -> headerTycurl Network.Curl No documentation available.
CurlHeader :: Bool -> CurlOptioncurl Network.Curl.Opts Display outgoing and incoming headers
CurlHeaderFunction :: WriteFunction -> CurlOptioncurl Network.Curl.Opts callback used to handle _incoming_ header data.
CurlHttpHeaders :: [String] -> CurlOptioncurl Network.Curl.Opts Embellish the outgoing request with the given list of (formatted) header values.
CurlWriteHeader :: Ptr () -> CurlOptioncurl Network.Curl.Opts State / pointer argument to pass to WriteFunction callback.