convertRequest method
Converts the received Request to a Request which has a body with the
HTTP representation of the original body.
Implementation
@override
FutureOr<Request> convertRequest(Request request) {
return delegate.convertRequest(request);
}