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
As CBOR is more concise than JSON, it would be good to support it as serialization format. If request is done with the application/jsonAccept header, json will be used, else application/cbor is assumed and CBOR messages are returned.
As CBOR is more concise than JSON, it would be good to support it as serialization format. If request is done with the
application/json
Accept
header, json will be used, elseapplication/cbor
is assumed and CBOR messages are returned.It would require to move from Circe to borer
The text was updated successfully, but these errors were encountered: