algolia / algolia/algoliasearch-client-php
API Feature - Implement GZIP for POST/PUT
Open
API feature
- Dominant language
- PHP
- Stars
- 697
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
The engine is introducing a new feature allowing to optionally compress request
payloads (ie. POST/PUT body, http or https).
To test it:
Perform a `saveObject` with the content encoded with GZIP
Don't forget to add: `"Content-Encoding: gzip"` as a header.
We will discuss a specification for a more detailed implementation.
Like adding a `enableGZIP` flag in client's configuration.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.