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