Uses of Interface
org.springframework.web.servlet.function.ServerRequest.Headers
Packages that use 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
Methods in org.springframework.web.servlet.function that return ServerRequest.HeadersMethod parameters in org.springframework.web.servlet.function with type arguments of type ServerRequest.HeadersModifier and TypeMethodDescriptionstatic RequestPredicate
RequestPredicates.headers
(Predicate<ServerRequest.Headers> headersPredicate) Return aRequestPredicate
that tests the request's headers against the given headers predicate.