public interface HttpResource
extends org.springframework.core.io.Resource
Resource to be written to an
HTTP response.| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpHeaders |
getResponseHeaders()
The HTTP headers to be contributed to the HTTP response
that serves the current resource.
|