Differences From Artifact [8a39ec595d]:
- File src/query.cr — part of check-in [b6cfd2fe24] at 2021-03-05 00:59:15 on branch trunk — Initial support for sending the query (user: js, size: 258) [annotate] [blame] [check-ins using]
To Artifact [43e4044197]:
- File src/query.cr — part of check-in [7b363d4985] at 2021-03-06 22:25:49 on branch trunk — Initial response handling (user: js, size: 330) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + + + | require "./dns_class" require "./rr_type" module AsyncDNS class Query getter domain : String getter dns_class : DNSClass getter rr_type : RRType |