class Protocol::HTTP::Response

def continue?

Whether the status is 100 (continue).
def continue?
	@status == 100
end