- Type Parameters:
T- The type of the request body.U- The type of the response body.
- All Known Subinterfaces:
DynamicPathRequestHandler<T,U>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function used to handle HTTP requests.
-
Method Summary
-
Method Details
-
handleRequest
Handles an HTTP request.- Parameters:
request- The HTTP request.- Returns:
- The HTTP response.
-