interceptors library

Typedefs

OnErrorInterceptor = Future Function(dynamic error)
OnRequestInterceptor = Future Function(Map<String, dynamic> body)
OnResponseInterceptor = Future Function(dynamic response)