GET typedef Represents all requests that lack a body component.
body
typedef ReadHandler = Future<http.Response> Function(Uri url, {Map<String, String>? headers});