microsoft / microsoft/kiota-php
implement decompression handler
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 8
- Forks
- 10
- Avg merge
- 10h 16m
- Merged PRs (30d)
- 3
Description
related https://github.com/microsoft/kiota/issues/598
Guzzle will already decompress responses automatically.
If we have a way to specify default request headers no additional handler is required, just update the factory.
If we don't, add a new handler that adds this header when not present, with gzip as a value. And add that handler to the list of default handlers for the clients
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the client factory and its default handler list, then read the related Kiota issue for the request-header decision. Determine whether default request headers can be configured; done means either updating the factory or adding a handler that supplies an absent gzip header and registering it for default clients.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100