refactor(IHttpClientOptions): Konvertiert Typ der Header von Key Value Pair Liste zu Dictionary.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
string? Path { get; init; }
|
||||
|
||||
IEnumerable<KeyValuePair<string, object>>? Headers { get; init; }
|
||||
Dictionary<string, object>? Headers { get; init; }
|
||||
|
||||
IEnumerable<KeyValuePair<string, object?>>? QueryParams { get; init; }
|
||||
Dictionary<string, object?>? QueryParams { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user