labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.55k stars 2.21k forks source link

Feature request: Add a method to echo.Context for CBOR #1497

Closed ansarizafar closed 4 years ago

ansarizafar commented 4 years ago

CBOR (RFC 7049) is a binary data format inspired by JSON and MessagePack. CBOR is used in IETF Internet Standards such as COSE (RFC 8152) and CWT (RFC 8392 CBOR Web Token).

Please add a method to echo.Context for encoding and sending go struct as response by using this module https://github.com/fxamacker/cbor

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.