Uses of Interface
org.springframework.web.servlet.function.ServerRequest.Headers
Package
Description
Provides the types that make up Spring's functional web framework for Servlet environments.
-
Uses of ServerRequest.Headers in org.springframework.web.servlet.function
Modifier and TypeMethodDescriptionstatic RequestPredicate
RequestPredicates.headers
(Predicate<ServerRequest.Headers> headersPredicate) Return aRequestPredicate
that tests the request's headers against the given headers predicate.