get_connect/http/src/http library

Classes

GetHttpClient

Typedefs

Decoder<T> = T Function(dynamic data)
Progress = dynamic Function(double percent)
ResponseInterceptor<T> = Future<Response<T>?> Function(Request<T> request, Type targetType, HttpClientResponse response)