mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Surprisingly until now the MockMvcRequestBuilders did not have methods for HTTP HEAD. This change adds such methods to the API making it consistent with other HTTP method types. Issue: SPR-12055