GetCookies-Methode hinzugefügt. Test für http-Dienst hinzugefügt
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
namespace DigitalData.Core.Abstractions.Client
|
||||
using System.Net;
|
||||
|
||||
namespace DigitalData.Core.Abstractions.Client
|
||||
{
|
||||
public interface IBaseHttpClientService
|
||||
{
|
||||
public string Uri { get; init; }
|
||||
|
||||
public CookieCollection GetCookies(string route = "");
|
||||
|
||||
Task<HttpResponseMessage> FetchAsync(
|
||||
string route = "",
|
||||
HttpMethod? method = null,
|
||||
|
||||
Reference in New Issue
Block a user