right now request and response interceptors are cleared and then applied every time a client is used. this just feels a little bulky and i might be able to rewrite it to check for the interceptors and only apply them once, similar to how a singleton would be handled
right now request and response interceptors are cleared and then applied every time a client is used. this just feels a little bulky and i might be able to rewrite it to check for the interceptors and only apply them once, similar to how a singleton would be handled