Commit 8ffc4e8
committed
Remove toRFC*() methods in favor of init pattern
Removed toRFC1035() and toRFC1123() transformation methods.
Added init patterns for bidirectional conversion:
RFC_1123.Domain(rfc1035Domain)
RFC_1035.Domain(rfc1123Domain)
This provides a cleaner, more idiomatic API for cross-RFC conversions.1 parent a958110 commit 8ffc4e8
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 224 | + | |
229 | 225 | | |
230 | 226 | | |
231 | 227 | | |
232 | 228 | | |
233 | 229 | | |
234 | 230 | | |
235 | 231 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | 232 | | |
0 commit comments