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.
setRequestVersion :: String -> Request a -> Request aHTTP Network.HTTP.Base setRequestVersion v req returns a new request, identical to req, but with its HTTP version set to v.
splitRequestURI :: URI -> (String, URI)HTTP Network.HTTP.Base No documentation available.
closeQuick :: HStream bufType => HandleStream bufType -> IO ()HTTP Network.TCP No documentation available.
-
atomic-primops Data.Atomics.Internal No documentation available.
constEqBytes :: Byteable a => a -> a -> Boolbyteable 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.
-
haskeline System.Console.Haskeline.Completion No documentation available.
-
HsOpenSSL OpenSSL.PEM PemX509ReqFormat represents format of PKCS#10 certificate request.
ReqNewFormat :: PemX509ReqFormatHsOpenSSL OpenSSL.PEM The new format, whose header is "NEW CERTIFICATE REQUEST".
ReqOldFormat :: PemX509ReqFormatHsOpenSSL OpenSSL.PEM The old format, whose header is "CERTIFICATE REQUEST".
readX509Req :: String -> IO X509ReqHsOpenSSL OpenSSL.PEM readX509Req reads a PKCS#10 certificate request in PEM string.