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.
The text was updated successfully, but these errors were encountered:
armiol
changed the title
Add possibility to configure client request and response content type
[1.x] Add possibility to configure client request and response content type
Jan 12, 2023
Add possibility to configure command, query, subscription request and response content type.
This issue relates to both
web
anddart
repositories.In the current implementation, the Spine client sends
Base64
encodedrequest
and expectsJSON
response
. This looks confusing during servlet implementation.Add possibility to setup a client to work in
JSON Request
vsJSON response
mode, orBase64 Request
vsBase64 Response
mode.The text was updated successfully, but these errors were encountered: