1 #ifndef IPFS_DNSLINK_REQUESTOR_H_
2 #define IPFS_DNSLINK_REQUESTOR_H_
19 HandleOutcome handle(RequestPtr)
override;
20 std::string_view
name()
const override;
Definition: dnslink_requestor.h:13
DnsLinkRequestor(std::shared_ptr< Client > api)
std::string_view name() const override
Definition: requestor.h:22