Details
Description
We are using quite extensively the HEAD method in our API for verifying whether the resource does exists (similary to DATA REST: http://docs.spring.io/spring-data/rest/docs/2.1.2.RELEASE/reference/html/repository-resources.html#d5e159) and we noticed that the MockMvcRequestBuilders does not have an utility method for creating HEAD request similar tor GET, POST etc. Instead such request could be created using the #request method.
I think that adding additional #head method could be usefull and definetly would make the API concise and consistent.
I'm willing to prepare and submit a patch for this issue.