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.
-
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.
ProxyConfigAuto :: ProxyConfig ahackage-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.
ProxyConfigNone :: ProxyConfig ahackage-security Hackage.Security.Client.Repository.HttpLib Don't use a proxy
ProxyConfigUse :: a -> ProxyConfig ahackage-security Hackage.Security.Client.Repository.HttpLib Use this specific proxy Individual HTTP backends use their own types for specifying proxies.
-
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.
PreSignature :: ByteString -> Some KeyType -> KeyId -> PreSignaturehackage-security Hackage.Security.Server No documentation available.
-
hackage-security Hackage.Security.Server No documentation available.
PrivateKeyEd25519 :: SecretKey -> PrivateKey Ed25519hackage-security Hackage.Security.Server No documentation available.
-
hackage-security Hackage.Security.Server No documentation available.
PublicKeyEd25519 :: PublicKey -> PublicKey Ed25519hackage-security Hackage.Security.Server No documentation available.