Request Body as Factory Method
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 880
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 68
Description
Allow passing a factory method as body which would return a Readable. This would allow e.g. idempotent PUT requests which e.g. read from a file to be part of the indirect inflight failure retries.
Alternatively an async generator function which is retryable by definition.
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
No files, tests, or entry points are named. First inspect how request bodies and indirect inflight-failure retries are handled; done means a factory returning a Readable, or an async generator, supports retryable idempotent PUT requests with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100