| Package | Description | 
|---|---|
| org.springframework.web.servlet.function | 
 Provides the types that make up Spring's functional web framework for Servlet environments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServerRequest.Headers | 
ServerRequest.headers()
Get the headers of this request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RequestPredicate | 
RequestPredicates.headers(Predicate<ServerRequest.Headers> headersPredicate)
Return a  
RequestPredicate that tests the request's headers
 against the given headers predicate. |