spring-framework / org.springframework.test.web.servlet.request / RequestPostProcessor / postProcessRequest

postProcessRequest

abstract fun postProcessRequest(request: MockHttpServletRequest): MockHttpServletRequest

Post-process the given MockHttpServletRequest after its creation and initialization through a MockHttpServletRequestBuilder.

Parameters

request - the request to initialize

Return
the request to use, either the one passed in or a wrapped one