simple-json-rpc icon indicating copy to clipboard operation
simple-json-rpc copied to clipboard

Support "Filter" pattern on request and response

Open TheGeekPharaoh opened this issue 4 years ago • 0 comments

It would be nice if this library supported the Intercepting Filter Pattern on both requests and responses to allow for further pre/post processing of method calls. Being able to add standard headers to all requests, for example, would be beneficial and reduce code bloat.

TheGeekPharaoh avatar Jul 02 '20 21:07 TheGeekPharaoh