A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.
345
stars
52
forks
source link
Incorrect XML comment in FluentClientExtensions.WithOptions and FluentClientExtensions.SetOptions #103
Closed
Jericho closed 3 years ago
The XML comments for the two arguments have been reversed:
ignoreHttpErrors
saysWhether to ignore null arguments when the request is dispatched
ignoreNullArguments
saysWhether HTTP error responses like HTTP 404 should be ignored; else raised as exceptions
.