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

Add new custom Content-Type header from RFC-8984 MIME Types: Events, Tasks, Groups #8

Open
dariosena opened this issue Oct 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dariosena
Copy link
Contributor

Media Types available in the RFC:

  • Event: application/jscalendar+json;type=event
  • Task: application/jscalendar+json;type=task
  • Group: application/jscalendar+json;type=group

The axum can create new Content Types via the Header trait and macro derive_header. See UserAgent in the axum code.

@dariosena dariosena added the enhancement New feature or request label Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants