Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 [Proposal]: Add support for CBOR codec #3156

Open
3 tasks done
gaby opened this issue Oct 3, 2024 · 1 comment · May be fixed by #3173
Open
3 tasks done

📝 [Proposal]: Add support for CBOR codec #3156

gaby opened this issue Oct 3, 2024 · 1 comment · May be fixed by #3173
Assignees
Labels
✏️ Feature hacktoberfest 🚀 Open for Hacktoberfest contributions! 📝 Proposal v3
Milestone

Comments

@gaby
Copy link
Member

gaby commented Oct 3, 2024

Feature Proposal Description

Recently a user asked about support for CBOR similar to the other functions in the context object c.JSON(), c.JSONP(), and c.XML().

Several major projects in the industry already support CBOR and it's an official RFC.

Alignment with Express API

N/a

HTTP RFC Standards Compliance

RFC 8949 - https://www.rfc-editor.org/rfc/rfc8949.html

API Stability

N/a

Feature Examples

The industry standard Golang implementation for using `CBOR` is this one: https://github.com/fxamacker/cbor

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have searched for existing issues that describe my proposal before opening this one.
  • I understand that a proposal that does not meet these guidelines may be closed without explanation.
@gaby gaby added this to the v3 milestone Oct 3, 2024
@gaby gaby changed the title 📝 [Proposal]: Add support for CBOR codec (RFC 8949) 📝 [Proposal]: Add support for CBOR codec Oct 4, 2024
@imsk17
Copy link

imsk17 commented Oct 4, 2024

Hi, I would like to work on this one.

@gaby gaby added the hacktoberfest 🚀 Open for Hacktoberfest contributions! label Oct 18, 2024
@gaby gaby linked a pull request Oct 20, 2024 that will close this issue
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Feature hacktoberfest 🚀 Open for Hacktoberfest contributions! 📝 Proposal v3
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants