writeResponse abstract method
Writes body of the HTTP response from body property
Different ValueTypes
are differently when they are written
to the response.
Implementation
FutureOr<void> writeResponse(HttpResponse resp);
Writes body of the HTTP response from body property
Different ValueTypes
are differently when they are written
to the response.
FutureOr<void> writeResponse(HttpResponse resp);