When deploying node-wot on a particular platform, developers might always prefer a particular protocol or content-type. We could introduce a configuration parameter at the servient level (or additionally as an extension to the scripting api consume function), to express this preference.
Example: (TDB)
const servient = new Servient();
When deploying node-wot on a particular platform, developers might always prefer a particular protocol or
content-type. We could introduce a configuration parameter at the servient level (or additionally as an extension to the scripting apiconsumefunction), to express this preference.Example: (TDB)