class Protocol::HTTP::Response

def partial?

Whether the status is 206 (partial content).
def partial?
	@status == 206
end