simple-json-rpc
simple-json-rpc copied to clipboard
Support "Filter" pattern on request and response
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.