mattermost-api-50200.5.0: Client API for Mattermost chat system

Safe HaskellSafe
LanguageHaskell2010

Network.Mattermost.Proxy

Documentation

data Scheme Source #

Constructors

HTTPS 
Instances
Eq Scheme Source # 
Instance details

Defined in Network.Mattermost.Proxy

Methods

(==) :: Scheme -> Scheme -> Bool

(/=) :: Scheme -> Scheme -> Bool

Show Scheme Source # 
Instance details

Defined in Network.Mattermost.Proxy

Methods

showsPrec :: Int -> Scheme -> ShowS

show :: Scheme -> String

showList :: [Scheme] -> ShowS

data ProxyType Source #

Constructors

Socks 
Instances
Eq ProxyType Source # 
Instance details

Defined in Network.Mattermost.Proxy

Methods

(==) :: ProxyType -> ProxyType -> Bool

(/=) :: ProxyType -> ProxyType -> Bool

Show ProxyType Source # 
Instance details

Defined in Network.Mattermost.Proxy

Methods

showsPrec :: Int -> ProxyType -> ShowS

show :: ProxyType -> String

showList :: [ProxyType] -> ShowS

proxyForScheme :: Scheme -> IO (Maybe (ProxyType, String, Int)) Source #

proxyHostPermitted :: String -> IO Bool Source #