Default and specific request timeout

It appears that without extending HttpClientModule classes, the only expected ways for interceptors to communicate with respective requests are params and headers objects. Since timeout value is scalar, it can be safely provided as a custom header to the interceptor, where it can be decided if it’s default or specific timeout that should be applied … Read more