Separate RPCHandler to PropertyHandler and ActionHandler #17
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we have only one HTTP handler for property read-write and action execution called
RPCHandler
.To support different HTTP headers for properties and actions separately, it would be useful to separate them. Further, this gives flexibility to the user who can subclass the handlers separately for properties and actions instead of a common RPC operation handler.
Possible steps
PropertyHandler
andActionHandler
Further desirable activities
The text was updated successfully, but these errors were encountered: