Package fiftyone.pipeline.web.services
Interface UACHServiceCore
-
- All Known Implementing Classes:
UACHServiceCore.Default
public interface UACHServiceCoreService to set HTTP headers in the response- See Also:
- Specification
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUACHServiceCore.DefaultDefault implementation of theUACHServiceCoreservice.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetResponseHeaders(fiftyone.pipeline.core.data.FlowData flowData, javax.servlet.http.HttpServletResponse response)Set UACH response header in web response (sets Accept-CH header in response).
-