feat(BaseHttpClientService): Header hinzugefügt
This commit is contained in:
@@ -13,6 +13,7 @@ namespace DigitalData.Core.Abstractions.Client
|
||||
HttpMethod? method = null,
|
||||
HttpContent? body = null,
|
||||
Dictionary<string, string>? form = null,
|
||||
Dictionary<string, string>? headers = null,
|
||||
bool sendWithCookie = true,
|
||||
bool saveCookie = true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user