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