Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setRequestVersion :: String -> Request a -> Request a

    HTTP Network.HTTP.Base

    setRequestVersion v req returns a new request, identical to req, but with its HTTP version set to v.

  2. splitRequestURI :: URI -> (String, URI)

    HTTP Network.HTTP.Base

    No documentation available.

  3. closeQuick :: HStream bufType => HandleStream bufType -> IO ()

    HTTP Network.TCP

    No documentation available.

  4. ptrEq :: a -> a -> Bool

    atomic-primops Data.Atomics.Internal

    No documentation available.

  5. constEqBytes :: Byteable a => a -> a -> Bool

    byteable Data.Byteable

    A constant time equality test for 2 byteable objects. If objects are of 2 different sizes, the function will abort early without comparing any bytes. compared to == , this function will go over all the bytes present before yielding a result even when knowing the overall result early in the processing.

  6. completeQuotedWord :: Monad m => Maybe Char -> [Char] -> (String -> m [Completion]) -> CompletionFunc m -> CompletionFunc m

    haskeline System.Console.Haskeline.Completion

    No documentation available.

  7. data PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    PemX509ReqFormat represents format of PKCS#10 certificate request.

  8. ReqNewFormat :: PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    The new format, whose header is "NEW CERTIFICATE REQUEST".

  9. ReqOldFormat :: PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    The old format, whose header is "CERTIFICATE REQUEST".

  10. readX509Req :: String -> IO X509Req

    HsOpenSSL OpenSSL.PEM

    readX509Req reads a PKCS#10 certificate request in PEM string.

Page 281 of many | Previous | Next