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.

  1. setHeaders :: HasHeaders x => x -> [Header] -> x

    HTTP Network.HTTP.Headers

    No documentation available.

  2. setStreamHooks :: HandleStream ty -> StreamHooks ty -> IO ()

    HTTP Network.TCP

    No documentation available.

  3. setComplete :: CompletionFunc m -> Settings m -> Settings m

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

  4. setContent :: Content -> Cursor -> Cursor

    xml Text.XML.Light.Cursor

    Change the current content.

  5. setTag :: Tag -> Element -> Element

    xml Text.XML.Light.Cursor

    No documentation available.

  6. setTlsextHostName :: SSL -> String -> IO ()

    HsOpenSSL OpenSSL.Session

    Set host name for Server Name Indication (SNI)

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

  8. setNotAfter :: X509 -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509

    setNotAfter cert utc updates the time when the certificate expires.

  9. setNotBefore :: X509 -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509

    setNotBefore cert utc updates the time when the certificate begins to be valid.

  10. setPublicKey :: PublicKey key => X509 -> key -> IO ()

    HsOpenSSL OpenSSL.X509

    setPublicKey cert pubkey updates the public key of the subject of certificate.

Page 261 of many | Previous | Next