I think HEAD is incredibly useful and really critical for things like caching. While you could use GET or POST in place of things like PUT and DELETE, using HTTP headers, you would have to do some work to reap the same benefits you get from HEAD already in retrieving meta data.
For implementing things like a CDN, HEAD requests are absolutely critical. Also most developers probably use it with some high frequency using curl.
For implementing things like a CDN, HEAD requests are absolutely critical. Also most developers probably use it with some high frequency using curl.