sendRequest abstract method
Send a request
and expect an http.Response
to be returned asynchronously
or an exception to be thrown
Implementation
Future<http.Response> sendRequest(http.Request request);
Send a request
and expect an http.Response
to be returned asynchronously
or an exception to be thrown
Future<http.Response> sendRequest(http.Request request);