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

Feature: support for expanding MIME patterns #121

Closed
IvanGoncharov opened this issue Apr 16, 2015 · 3 comments
Closed

Feature: support for expanding MIME patterns #121

IvanGoncharov opened this issue Apr 16, 2015 · 3 comments

Comments

@IvanGoncharov
Copy link

In some protocols(Google Discovery in my case) MIME globing patterns is used.
I implement function that do expansion of such patterns:

"/" => ["application/octet-stream"]
"video/*"=> [ "video/1d-interleaved-parityfec", "video/3gpp", ...]

I want create PR with these feature.
Do you interested in adding such feature?

@broofa
Copy link
Owner

broofa commented Apr 16, 2015

I'm not sure what you're asking for. Can you elaborate?

@IvanGoncharov
Copy link
Author

A PR is worth a thousands words.
So I create #122
After some research I even found spec describing this feature.

@IvanGoncharov
Copy link
Author

PR was merged into https://github.com/Hypercubed/mime-lookup

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

No branches or pull requests

2 participants