mini_mime
mini_mime copied to clipboard
Support of application/problem+json and application/problem+xml media types
It seems that since this RFC both application/problem+json and application/problem+xml are considered valid media types.
I tried to update the database, but those media types don't seem to be accessible from the gem:
MiniMime.lookup_by_content_type("application/problem+json")
# => nil
Do you know how we could parse these two media types with the gem?
Thanks for your help!