ResponseFilter typedef

ResponseFilter = void Function(HttpClientResponse res)

Implementation

typedef void ResponseFilter(HttpClientResponse res);