pillars icon indicating copy to clipboard operation
pillars copied to clipboard

Support CBOR in addition to JSON

Open rlemaitre opened this issue 11 months ago • 0 comments

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, else application/cbor is assumed and CBOR messages are returned.

It would require to move from Circe to borer

rlemaitre avatar Mar 05 '24 10:03 rlemaitre