aswi2022bug-thugs-gitlab/ld_client/LDClient/network/IHttpClient.cs @ 7b6b75a3
1 | afafbc22 | Pultak | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | using LDClient.network.data; |
||
7 | |||
8 | namespace LDClient.network { |
||
9 | public interface IHttpClient { |
||
10 | |||
11 | public Task<HttpResponseMessage> PostAsJsonAsync(Payload payload); |
||
12 | }
|
||
13 | }
|