| 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 Source
Authentication types supported by the Tor service
Constructors
| Cookie | |
| SafeCookie | |
| HashedPassword |
Instances
data ProtocolInfo Source
Information about our protocol (and version)
Constructors
| ProtocolInfo | |
Fields
| |
Instances