Expose RAW Response object
- Dominant language
- JavaScript
- Stars
- 581
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
NOTE: not really an issue
i want to preform the following using httpie
```
const file = fs.createWriteStream("file.jpg");
const request = http.get("https://somedomain.com/sampleimage.jpg", function(response) {
response.pipe(file);
});
```
whats the best way of doing so?
double note: im asking here as it might be a good example to have for other users
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by reading the existing response API and user examples to determine whether the underlying response object is already available; confirm how HTTPie handles response bodies and streaming. Done should be a clearly documented, supported way to access or stream the raw response, with an example if that is the agreed scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100