Open anchita-g opened 1 year ago
Update:
Android FHIR SDK uses OkHttp
client which performs transparent gzip
. It sends the required Accept-Encoding
header with value gzip
by default unless asked otherwise. If the server supports the encoding, it can response back with the respective header i.e. Content-Encoding
= gzip
. So there is no explicit support that is required to support gzip in Android FHIR SDK.
Update:
As for FHIR Information Gateway, it does not allow relaying the Accept-Encoding
header to the FHIR resource server. I have filed an issue to support gzip as an encoding.
gzip
encoding of data for transfer with the server.