RestClient.Net icon indicating copy to clipboard operation
RestClient.Net copied to clipboard

.NET REST Client Framework for all platforms

Results 28 RestClient.Net issues
Sort by recently updated
recently updated
newest added

https://stackoverflow.com/questions/8445770/system-net-http-httpclient-caching-behavior

help wanted
Feature

https://www.stevejgordon.co.uk/using-httpcompletionoption-responseheadersread-to-improve-httpclient-performance-dotnet

Note Only

http://www.diogonunes.com/blog/webclient-vs-httpclient-vs-httpwebrequest/

Low Priority

Build some unit tests and compare the results against other Rest Clients.

Low Priority

Fixes GitHub action so it fires on PRS

There is a Typo on the workflows file that may suggest that those tests are not being run. ` - name: Test on .NET Core 3.1 run: dotnet test src/RestClient.Net.UnitTests...

HTTP client needs to be configurable at runtime. Currently the generator bakes in a base URL and doesn't use HttpClient's headers. The NucliaDB API requires a bearer token for authentication....