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