Create optimized versions of request predicates #32244
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Many request predicates provided in
RequestPredicates
are capable of dealing with multiple values. Having the capability of dealing with multiple values introduces computational overhead, which seems unfortunate because in practice these predicates are typically used with a single value.We should introduce single-value variants of the predicates in
RequestPredicates
.The text was updated successfully, but these errors were encountered: