Jimmy Aumard

Results 106 issues of Jimmy Aumard

As dart http doesn't support read timeout, would be nice if resty provide this functionality instead of still having to use Future.timeout

Hey :) Just trying to do the following: ``` class HostInterceptor extends Interceptor { final Connectivity _connectivity; final PreferencesProvider _preferencesProvider; final LocalServerProvider _serverProvider; String _host; ConnectivityResult _previousConnectivity; String _previousWifiIp; HostInterceptor({...

We need to update the readme as it's totally out of date

Would be nice to have by default a logInterceptor that we can add if you want. We can put log level on it like BASIC / FULL. BASIC will print:...

Any way to support http2 ? How much effort it will be to support this ?

Here is what I have put in place with java retrofit library and I wanted to know if it's possible (or will be) to do it with this one also....

Miss some example on how to use them: - multiple interceptors on a route (I just saw intereceptBefore/After but it's not a list) - global interceptors to multiple route (Just...