Function addInterceptor

Add module-level interceptor. Each Request will include it in the processing. it is handy as you can change behaviour of your requests without any changes in your code, just install interceptor before any call to Request().

void addInterceptor (
  Interceptor i
);