ReadHandler typedef

ReadHandler = Future<Response> Function(Uri url, {Map<String, String>? headers})

GET typedef Represents all requests that lack a body component.

Implementation

typedef ReadHandler =
    Future<http.Response> Function(Uri url, {Map<String, String>? headers});