mini_mime icon indicating copy to clipboard operation
mini_mime copied to clipboard

Support of application/problem+json and application/problem+xml media types

Open paulRbr opened this issue 1 year ago • 0 comments

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!

paulRbr avatar Mar 06 '24 17:03 paulRbr