feat(IHttpClientOptions):

Basispfad zu http-Client-Optionen hinzugefügt
This commit is contained in:
Developer 02
2024-11-22 12:05:13 +01:00
parent c3a12ba5b7
commit bd4d4856ea
6 changed files with 29 additions and 14 deletions

View File

@@ -3,5 +3,7 @@
public interface IHttpClientOptions
{
public string Uri { get; set; }
public string Path { get; set; }
}
}