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

Use the mime crate to parse 'content-type' header into Media Types #3649

Merged
merged 8 commits into from
Feb 10, 2025

Conversation

jcjones
Copy link
Contributor

@jcjones jcjones commented Feb 7, 2025

Future work:

Closes #3609.

Modify validate_content_type
First pass of collector's poll_once
Match on the "essence" strings
@jcjones jcjones marked this pull request as ready for review February 7, 2025 02:07
@jcjones jcjones requested a review from a team as a code owner February 7, 2025 02:07
core/src/retries.rs Outdated Show resolved Hide resolved
aggregator/src/aggregator/http_handlers.rs Outdated Show resolved Hide resolved
collector/src/lib.rs Outdated Show resolved Hide resolved
core/src/retries.rs Outdated Show resolved Hide resolved
core/src/http.rs Show resolved Hide resolved
@jcjones jcjones merged commit 5a39af1 into main Feb 10, 2025
8 checks passed
@jcjones jcjones deleted the 3609-media-types-parameter branch February 10, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tolerate version parameter in media types
3 participants