novabyte52 / novabyte_blog

My blog site.
0 stars 0 forks source link

revisit client interceptor application logic #12

Open novabyte52 opened 3 weeks ago

novabyte52 commented 3 weeks ago

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