class Async::HTTP::Response

def partial?

def partial?
	status == 206
end