class Async::HTTP::Client
def get(path, headers = {})
def get(path, headers = {}) connect do |protocol| protocol.send_request(GET, path, headers) end end
def get(path, headers = {}) connect do |protocol| protocol.send_request(GET, path, headers) end end