You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 JSONresponse. 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.