Resolve "New Handler: REST client"
Compare changes
- René Schöne authored
- missing tests - missing close - missing disconnect
+ 3
− 3
@@ -5,9 +5,9 @@ To add a new communication protocol, the following locations have to be changed
- In `receiveDefinition.mustache` and `sendDefinition.mustache`: add a new case in the switch statements defining the logic to happen upon connect and disconnect for both definitions (that are four distinct locations). If the new protocol is close to a PUSH semantic, follow `mqtt`. If it is closer to PULL semantic, follow `restClient`.
@@ -18,7 +18,7 @@ In `Handlers.jrag`: Add a new attribute `RagConnect.abcHandler()` returning the