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. 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.

  2. method_HEAD :: [CurlOption]

    curl Network.Curl

    No documentation available.

  3. newIncomingHeader :: CurlHeader headerTy => IO (IO (String, headerTy), CStringLen -> IO ())

    curl Network.Curl

    No documentation available.

  4. parseHeader :: String -> (String, String)

    curl Network.Curl

    No documentation available.

  5. parseStatusNHeaders :: String -> (String, [(String, String)])

    curl Network.Curl

    No documentation available.

  6. respHeaders :: CurlResponse_ headerTy bodyTy -> headerTy

    curl Network.Curl

    No documentation available.

  7. CurlHeader :: Bool -> CurlOption

    curl Network.Curl.Opts

    Display outgoing and incoming headers

  8. CurlHeaderFunction :: WriteFunction -> CurlOption

    curl Network.Curl.Opts

    callback used to handle _incoming_ header data.

  9. CurlHttpHeaders :: [String] -> CurlOption

    curl Network.Curl.Opts

    Embellish the outgoing request with the given list of (formatted) header values.

  10. CurlWriteHeader :: Ptr () -> CurlOption

    curl Network.Curl.Opts

    State / pointer argument to pass to WriteFunction callback.

Page 246 of many | Previous | Next