class Async::HTTP::Request

def to_s

def to_s
	"#{@scheme}://#{@authority}: #{@method} #{@path} #{@version}"
end