spring-framework/spring-test/src
Arjen Poutsma 37a4e84450 Cache ServerHttpRequest::getMethod in AbstractServerHttpRequest
This commit ensures that the HttpMethod, exposed through
ServerHttpRequest::getMethod, is cached in AbstractServerHttpRequest so
that potentially expensive HTTP method lookups are only done once.

Closes gh-30139
2023-03-21 11:29:32 +01:00
..
main Cache ServerHttpRequest::getMethod in AbstractServerHttpRequest 2023-03-21 11:29:32 +01:00
test