|
Official specification: https://www.openarchives.org/OAI/openarchivesprotocol.html#ResponseCompression'
Also see http://www.openarchives.org/OAI/2.0/guidelines-repository.htm#MinimalImplementation-Compression for the implementation guide
- Default to no compression
- Only compress responses in accordance with the Accept-Encoding request header
- Support gzip, compress, deflate
- Ensure that the supported compression types are advertised in Identify responses
- When compression is used, return the Content-Encoding response header
- While it may be trivial to enable the built-in vertx compression functionality, you will still need to create unit tests to ensure it behaves as expected/desired
|