Open
Description
Noticed when I was implementing decentralized-identity/web5-go#95, we don't have DNS over HTTPS support here in web5-js
We do have it in web5-kt https://github.com/TBD54566975/web5-kt/blob/bcd8d14d2d38b8f5b08b294175d6f49eb368fe66/dids/src/main/kotlin/web5/sdk/dids/methods/web/DidWeb.kt#L108
It's item number 7 here https://w3c-ccg.github.io/did-method-web/#read-resolve -- it's prescribed as a SHOULD so it's not strictly required, but I figure I should stub this into the backlog to eventually implement
cc @frankhinek first ticket I've created on this backlog (at least in a while), check me if I've missed anything or done anything incorrectly