Package io.micronaut.http.server.types.files
package io.micronaut.http.server.types.files
Special file type handlers.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA special type for file handling.A special type for streaming an
InputStream
representing a file or resource.Used as the return value of a route execution to sendFile
instances to the client.