summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-08-30 16:31:30 +0900
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-08-30 16:31:30 +0900
commit3239bc076504c13db594957f564af09ebbc354fa (patch)
treeb3d5dd0a46219a84458913432367cb5fd7197fba
parentcd05ce133ca23254baf0b5af274ce49f8ee50d8a (diff)
doc sections.
-rw-r--r--Network/DNS/Types.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Network/DNS/Types.hs b/Network/DNS/Types.hs
index 0f00a61..58832e0 100644
--- a/Network/DNS/Types.hs
+++ b/Network/DNS/Types.hs
@@ -3,11 +3,17 @@
-}
module Network.DNS.Types (
+ -- * Domain
Domain
+ -- * TYPE
, TYPE (..), intToType, typeToInt, toType
+ -- * DNS Format
, DNSFormat, header, question, answer, authority, additional
+ -- * DNS Header
, DNSHeader, identifier, flags, qdCount, anCount, nsCount, arCount
+ -- * DNS Flags
, DNSFlags, qOrR, opcode, authAnswer, trunCation, recDesired, recAvailable, rcode
+ -- * DNS Body
, QorR (..)
, OPCODE (..)
, RCODE (..)