refactor(IHttpClientOptions): removed
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
namespace DigitalData.Core.Abstractions.Client
|
||||
{
|
||||
public interface IHttpClientOptions
|
||||
{
|
||||
string Uri { get; init; }
|
||||
|
||||
string? Path { get; init; }
|
||||
|
||||
IEnumerable<KeyValuePair<string, object>>? Headers { get; init; }
|
||||
|
||||
IEnumerable<KeyValuePair<string, object?>>? QueryParams { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user