-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Maintenance Task Description
Since msgpack is supported in ctx.AutoFormat, CBOR should also be supported.
Lines 366 to 368 in fcd66f5
| func (r *DefaultRes) AutoFormat(body any) error { | |
| // Get accepted content type | |
| accept := r.c.Accepts("html", "json", "txt", "xml", "msgpack") |
Impact on the Project
Improves consistency with already implemented functionality.
Additional Context (optional)
No response
Checklist:
- I have confirmed that this maintenance task is currently not being addressed.
- I understand that this task will be evaluated by the maintainers and prioritized accordingly.
- I am available to provide further information if needed.
Reactions are currently unavailable