RestClient.Net
RestClient.Net copied to clipboard
.NET REST Client Framework for all platforms
https://stackoverflow.com/questions/8445770/system-net-http-httpclient-caching-behavior
https://www.stevejgordon.co.uk/using-httpcompletionoption-responseheadersread-to-improve-httpclient-performance-dotnet
http://www.diogonunes.com/blog/webclient-vs-httpclient-vs-httpwebrequest/
Build some unit tests and compare the results against other Rest Clients.
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....