Extends the framework to be able to send a request object prepared from outside as described in #34
Add support for a response with Void type
Note
We assume that the request has been properly configured before passing to the framework. Therefore it is no need to be processed by interceptors again.
Description
This PR includes following updates:
Void
typeNote
We assume that the request has been properly configured before passing to the framework. Therefore it is no need to be processed by interceptors again.