Conditional GET

The conditional-get middleware currently supports If-Modified-Since. When a request status is 200, and Last-Modified matches If-Modified-Since, then the response body and Content-*_ headers will be stripped, responding with 304 "Not Modified".