feat(IHttpClientOptions):
Basispfad zu http-Client-Optionen hinzugefügt
This commit is contained in:
@@ -6,12 +6,12 @@ namespace DigitalData.Core.Abstractions.Client
|
||||
{
|
||||
string Uri { get; init; }
|
||||
|
||||
CookieCollection GetCookies(string route = "");
|
||||
CookieCollection GetCookies(string path = "");
|
||||
|
||||
Task<HttpResponseMessage> FetchAsync(
|
||||
string? scheme = null,
|
||||
int? port = null,
|
||||
string? path = null,
|
||||
string path = "",
|
||||
Dictionary<string, string>? queryParams = null,
|
||||
HttpMethod? method = null,
|
||||
HttpContent? body = null,
|
||||
|
||||
Reference in New Issue
Block a user