The response of the document endpoint SHOULD have headers. See https://dtsapi.org/specifications/versions/v1.0/#response-6
We need to switch from Uni<T> to Multi<T> for this and make use of RestMulti. See https://quarkus.io/guides/rest#customizing-headers-and-status
The response of the document endpoint SHOULD have headers. See https://dtsapi.org/specifications/versions/v1.0/#response-6
We need to switch from
Uni<T>toMulti<T>for this and make use ofRestMulti. See https://quarkus.io/guides/rest#customizing-headers-and-status