是否含有if-unmodified_since
小于等于或其他
其他
是
1.off2.exact&&if_modified_since!=last_modified_time3.before&&if_modified_sincelast_modified_time
不等
比较Etag
返回304
比较last_modified_time
返回200
否
是否含有if-match
判断if_modified_since的值比较If_modified_since与last_modified_time
比较if_none_match与match的值
返回412
1、不含有if_none_match头部2、ETag值与if_none_match值相等
是否含有if_modified_since或者if_none_match
大于
相等