Differences From Artifact [67a7ba4afc]:
- File src/query.cr — part of check-in [c210ddc089] at 2021-03-04 02:09:32 on branch trunk — Some cleanups (user: js, size: 240) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - - - + + + - + | require "./dns_class" require "./rr_type" module AsyncDNS class Query |