Feature requests/proposals
See original GitHub issueHi 😄
I’d like to know your opinion on the following features:
- Make instances of RestEase
IDisposable
when the provided interface is alsoIDisposable
. The proposed semantics would be to dispose of the HttpClient. When the restease client is being disposed. - Accept an
IProgress<int>
and provide progress info to the caller. This can be interesting when downloading a big file using restease.
I can create a pullrequest but I wanted your preliminary input. Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
What Is a Feature Request? Definition and Examples
A feature request is a comment, message, or ask from a user to implement a specific feature into your product. Feature requests can...
Read more >How To Manage Feature Requests [Template included]
A feature request should be concise, clear, and provide context. It should outline the problem it solves, its benefits, potential use cases, and ......
Read more >7 Useful Tips to Manage Feature Requests
7 Tips for Managing Feature Requests · 1. Create a central place to gather and review all feature requests. · 2. Respond to...
Read more >5 Best Practices to Manage Product Feature Requests
Feature requests are a great way to get the entire community involved in your product and give them a sense of ownership.
Read more >3 ways to manage feature requests
Product feature requests that are shortlisted should be shared with the rest of the stakeholders, so that they can discuss features to be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(Re-opening to remind me to make a release)
Right, change made.