riok / Kreya

Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more.
https://kreya.app
279 stars 5 forks source link

Custom Content-type not formatted correctly #197

Closed marudor closed 2 months ago

marudor commented 4 months ago

Describe the bug Currently kreya does not format responses if they use a custom content-type (with a suffix based on RFC 6839)

To Reproduce Get a response that has a custom content-type with a +json suffix to inidcate structure

Expected behavior Kreya should format ist based on the suffix

Environment (if possible, copy the information from the error dialog or the About menu):

Additional context My exact example is a response that has "application/vnd.de.db.ris+json" as "Content-Type" Header. The +json indicates that it is a json and should be formatted like one. The same response with a "application/json" header is formatted correctly.

CommonGuy commented 4 months ago

Thanks for your bug report, we'll fix this in the next release.

CommonGuy commented 3 months ago

A fix for this has been implemented and was released with the newest beta release. It will be included in the next stable version.

CommonGuy commented 2 months ago

Kreya 1.14 has been released