Stream: hapi
Topic: async prefer
Jordi Cabré (Jun 07 2021 at 12:13):
I'm using hapi-fhir-jpa
.
By default, async
requests are not activated. I mean, when I send header Prefer: respond-async
it responds with a 200
, instead of a 202
http code.
How could I activate async
to all operations?
Last updated: Apr 12 2022 at 19:14 UTC