Add possibility to configure command, query, subscription request and response content type.
This issue relates to both web and dart repositories.
In the current implementation, the Spine client sends Base64 encoded request and expects JSON response. This looks confusing during servlet implementation.
Add possibility to setup a client to work in JSON Request vs JSON response mode, or Base64 Request vs Base64 Response mode.
Add possibility to configure command, query, subscription request and response content type.
This issue relates to both
webanddartrepositories.In the current implementation, the Spine client sends
Base64encodedrequestand expectsJSONresponse. This looks confusing during servlet implementation.Add possibility to setup a client to work in
JSON RequestvsJSON responsemode, orBase64 RequestvsBase64 Responsemode.