Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Cachable
- = Cachable
- | Uncachable
- | MaxAge !CInt
- copyRemote :: String -> FilePath -> Cachable -> IO ()
- copyRemoteLazy :: String -> Cachable -> IO ByteString
- speculateRemote :: String -> FilePath -> IO ()
- postUrl :: String -> ByteString -> String -> IO ()
- configureHttpConnectionManager :: IO ()
Documentation
copyRemoteLazy :: String -> Cachable -> IO ByteString Source #
configureHttpConnectionManager :: IO () Source #
To be called from main program in order to set up a connection manager
with changed TLS settings. Particularly, since tls-2.0 the default value for
supportedExtendedMainSecret
was changed from AllowEMS
to
RequireEMS
, which is currently (2024-05-19) not yet supported by
hub.darcs.net.