class Protocol::HTTP::Response

def ok?

Whether the status is 200 (ok).
def ok?
	@status == 200
end