convertRequest abstract method

FutureOr<Request> convertRequest(
  1. Request request
)

Converts the received Request to a Request which has a body with the HTTP representation of the original body.

Implementation

FutureOr<Request> convertRequest(Request request);