dns-4.1.1: DNS library in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.DNS.Memo

Documentation

data Section Source #

Constructors

Answer 
Authority 

Instances

Instances details
Show Section Source # 
Instance details

Defined in Network.DNS.Memo

Eq Section Source # 
Instance details

Defined in Network.DNS.Memo

Methods

(==) :: Section -> Section -> Bool #

(/=) :: Section -> Section -> Bool #

Ord Section Source # 
Instance details

Defined in Network.DNS.Memo

type Key = (ByteString, TYPE) Source #

type Entry = Either DNSError [RData] Source #

insertCache :: Key -> Prio -> Entry -> Cache -> IO () Source #

prune :: DB -> IO (DB -> DB) Source #

copy :: RData -> RData Source #

copyOData :: OData -> OData Source #