algolia / algolia/algoliasearch-client-javascript
feat: add gzip as content-encoding
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 226
- 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
Research direction
The issue names no files or tests; start by locating the saveObject request path in the TypeScript client and reproduce the gzip request described. Confirm the implementation and configuration specification with maintainers before starting; done means the agreed optional gzip content-encoding behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100