Re: #227: HEAD and Caches

mån 2012-02-13 klockan 15:45 +1100 skrev Mark Nottingham:
> New:   
> 
> The response to a HEAD request is cacheable; it MAY be used to satisfy
> subsequent HEAD requests. 

You just lost the property of HEAD updating GET responses. This is a
very intentional property.

HEAD response == GET response minus body. As such it has the same cache
metadata update properties as 304 responses or merge of 204 responses.

Regards
Henrik

Received on Friday, 17 February 2012 01:38:18 UTC