Namespace REslava.Result.Http
Classes
- HttpClientResultExtensions
Extension methods on HttpClient that return Result<TValue> (or Result) instead of throwing on HTTP errors or network failures.
- HttpResultOptions
Options that control how HTTP responses are mapped to Result<TValue>. Pass an instance to any
HttpClientResultExtensionsmethod via the optionaloptionsparameter.