Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Network.Anonymous.Tor.Protocol.Types
Description
Types used by the Protocol
module
- data AuthMethod
- data ProtocolInfo = ProtocolInfo {
- protocolVersion :: Integer
- torVersion :: [Integer]
- authMethods :: [AuthMethod]
- cookieFile :: Maybe FilePath
Documentation
data AuthMethod #
Authentication types supported by the Tor service
Constructors
Cookie | |
SafeCookie | |
HashedPassword |
Instances
data ProtocolInfo #
Information about our protocol (and version)
Constructors
ProtocolInfo | |
Fields
|
Instances