Add Consumer based variant methods to HttpRequestValues builder #34870
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Consumer
based methods for headers, cookies, and attributes provide direct access to the underlying map that in turn provides a richer API as well as visibility into existing values. Similar methods exist in RestClient and WebCilent.Requested by Spring Security, which has an existing
Consumer
based API for attributes, in order to build on theHttpRequestValues.Processor
hook added recently in #34699.The text was updated successfully, but these errors were encountered: