Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setHeaders :: HasHeaders x => x -> [Header] -> xHTTP Network.HTTP.Headers No documentation available.
setStreamHooks :: HandleStream ty -> StreamHooks ty -> IO ()HTTP Network.TCP No documentation available.
setComplete :: CompletionFunc m -> Settings m -> Settings mhaskeline System.Console.Haskeline Because complete is the only field of Settings depending on m, the expression defaultSettings {completionFunc = f} leads to a type error from being too general. This function works around that issue, and may become unnecessary if another field depending on m is added.
setContent :: Content -> Cursor -> Cursorxml Text.XML.Light.Cursor Change the current content.
setTag :: Tag -> Element -> Elementxml Text.XML.Light.Cursor No documentation available.
setTlsextHostName :: SSL -> String -> IO ()HsOpenSSL OpenSSL.Session Set host name for Server Name Indication (SNI)
setIssuerName :: X509 -> [(String, String)] -> IO ()HsOpenSSL OpenSSL.X509 setIssuerName cert name updates the issuer name of certificate. Keys of each parts may be of either long form or short form. See getIssuerName.
setNotAfter :: X509 -> UTCTime -> IO ()HsOpenSSL OpenSSL.X509 setNotAfter cert utc updates the time when the certificate expires.
setNotBefore :: X509 -> UTCTime -> IO ()HsOpenSSL OpenSSL.X509 setNotBefore cert utc updates the time when the certificate begins to be valid.
setPublicKey :: PublicKey key => X509 -> key -> IO ()HsOpenSSL OpenSSL.X509 setPublicKey cert pubkey updates the public key of the subject of certificate.