Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.DNS.Encode
- encode :: DNSMessage -> ByteString
- encodeVC :: ByteString -> ByteString
- composeQuery :: Int -> [Question] -> ByteString
- composeQueryAD :: Int -> [Question] -> ByteString
Documentation
encode :: DNSMessage -> ByteString #
Composing DNS data.
encodeVC :: ByteString -> ByteString #
composeQuery :: Int -> [Question] -> ByteString #
Composing query. First argument is a number to identify response.
composeQueryAD :: Int -> [Question] -> ByteString #