Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Proxy configuration Although actually setting the proxy is the purview of the initialization function for individual HttpLib implementations and therefore outside the scope of this module, we offer this ProxyConfiguration type here as a way to uniformly configure proxies across all HttpLibs.

  2. ProxyConfigAuto :: ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Use automatic proxy settings What precisely automatic means is HttpLib specific, though typically it will involve looking at the HTTP_PROXY environment variable or the (Windows) registry.

  3. ProxyConfigNone :: ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Don't use a proxy

  4. ProxyConfigUse :: a -> ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Use this specific proxy Individual HTTP backends use their own types for specifying proxies.

  5. data PreSignature

    hackage-security Hackage.Security.Server

    A signature with a key ID (rather than an actual key) This corresponds precisely to the TUF representation of a signature.

  6. PreSignature :: ByteString -> Some KeyType -> KeyId -> PreSignature

    hackage-security Hackage.Security.Server

    No documentation available.

  7. data PrivateKey a

    hackage-security Hackage.Security.Server

    No documentation available.

  8. PrivateKeyEd25519 :: SecretKey -> PrivateKey Ed25519

    hackage-security Hackage.Security.Server

    No documentation available.

  9. data PublicKey a

    hackage-security Hackage.Security.Server

    No documentation available.

  10. PublicKeyEd25519 :: PublicKey -> PublicKey Ed25519

    hackage-security Hackage.Security.Server

    No documentation available.

Page 576 of many | Previous | Next