Package io.micronaut.http.server.types
Interface CustomizableResponseType
-
- All Known Subinterfaces:
FileCustomizableResponseType
- All Known Implementing Classes:
StreamedFile,SystemFile
public interface CustomizableResponseTypeA type that needs special handling that may include modification of the response.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidprocess(io.micronaut.http.MutableHttpResponse<?> response)Modify the response before it is written to the client.
-