class Protocol::HTTP::Response

def partial?

def partial?
	status == 206
end