Package io.micronaut.http.util
Interface OutgoingHttpRequestProcessor
- All Known Implementing Classes:
OutgoingHttpRequestProcessorImpl
public interface OutgoingHttpRequestProcessor
Defines a utility class which evaluates if a
HttpRequest
should be processed.- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldProcessRequest
(OutgoingRequestProcessorMatcher matcher, HttpRequest<?> request)
-
Method Details
-
shouldProcessRequest
- Parameters:
matcher
- Request Matcherrequest
- The request- Returns:
- true if the request should be processed
-