Refactor Deflation/ Reflation

Issue #586 resolved
Brian Lewis repo owner created an issue

Follows from issue #566.

Application code should be as insulated from the process of deflation/reflation as possible

To make the server's REST interface generic, it should only deflate data when requested by the client. This is triggered by

  • the client passing a customer header "X-Json-Deflate"

  • the api endpoint being marked up with the attribute [Deflatable]

Comments (3)

  1. Log in to comment