Package io.micronaut.http.util
Interface OutgoingHttpRequestProcessor
-
- All Known Implementing Classes:
OutgoingHttpRequestProcessorImpl
public interface OutgoingHttpRequestProcessor
Defines a utility class which evaluates if aHttpRequest
should be processed.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldProcessRequest(OutgointRequestProcessorMatcher matcher, HttpRequest<?> request)
-
-
-
Method Detail
-
shouldProcessRequest
boolean shouldProcessRequest(OutgointRequestProcessorMatcher matcher, HttpRequest<?> request)
- Parameters:
matcher
- Request Matcherrequest
- The request- Returns:
- true if the request should be processed
-
-