Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 484 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 484 Bytes

Modules

Modules are implementations that can modify the inputs to or outputs of an rpc call. They are meant to deal w/ specific application level limitations or requirements. For example, a module could be used to add a custom header to all requests, or to modify the response of a call to a specific service. These do not neccesarily emulate the original functionality of omnirpc and are run through seperate commands.

Mixins are meant to add metadata to make debugging easier.