I'm integrating async-debug (it's awesome) and wanted to log the endpoint address. On Async::HTTP::Endpoint I found #url (what I'm probably conna use) and #address.
Calling #address causes a NoMethodError because IO::Endpoint::HostEndpoint#address doesn't exist.
Maybe that's supposed to be, maybe not. Just wanted to let you know.