feat(IHttpClientOptions):
Basispfad zu http-Client-Optionen hinzugefügt
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
public interface IHttpClientOptions
|
||||
{
|
||||
public string Uri { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user