class Async::HTTP::Protocol::HTTP1::Connection

def read_chunked_body

def read_chunked_body
	Body::Chunked.new(self)
end