class Protocol::HTTP::Response

def not_modified?

Whether the status is 304 (not modified).
def not_modified?
	@status == 304
end