algoliasearch-client-php
algoliasearch-client-php copied to clipboard
Addition of gzip feature
Q | A |
---|---|
Bug fix? | yes/no |
New feature? | yes/no |
BC breaks? | no |
Related Issue | Fix #563 |
Need Doc update | yes/no |
Describe your change
What problem is this fixing?
@chloelbn Let me know when I can review this 👍
@chloelbn I will check why travis is not passing the tests.
- [ ] Unit level tests for each compressor testing if headers + body is encoded properly.
- [ ] Unit level tests for making sure only POST || PUT are encoded by compressors.
- [ ] Integration level tests for making sure compressors work as entire solution.
- [ ] Memory optimisation/refactor while duplication body variables on the line https://github.com/algolia/algoliasearch-client-php/pull/568/files#diff-998e5f334860944888f3ed7efcecdd5aR126