-
Notifications
You must be signed in to change notification settings - Fork 1
HttpClient
Viridovics edited this page Aug 30, 2018
·
4 revisions
HttpClient provides methods for working with REST. This class supports GET, POST, PUT, DELETE, HEAD, PATCH methods. All methods have two version: sync and async. Also there is method Exec for execution web requests with custom Http method name.
For creation HttpClient you need filling required parameter IAirContentProcessor contentProcessor.
var contentProcessor = new WeakJsonContentProcessor();
var airClient = new AirHttpClient(contentProcessor);