send method
Sends the request using the specified client / settings and returns the response.
Implementation
Future<HttpResponse> send() => requestInternalGeneric(this);
Sends the request using the specified client / settings and returns the response.
Future<HttpResponse> send() => requestInternalGeneric(this);