Top "Media-type" questions

"A media type (formerly known as MIME type) is a two-part identifier for file formats and format contents transmitted on the Internet.

Restrict accepted Media Types in ASP.NET Core Controller action

I have an ASP.NET Core Service that produces both JSON and XML responses. However, I like to restrict the …

asp.net asp.net-core swagger-ui media-type
Printing specific div content with css media type print?

i have html which contain frames like below <frameset rows="60,*" border="0" frameborder="0"> <frame name="frameA"> <…

html css printing media-type
What can we put as parameter of okhttp3 MediaType.parse method for an audio file?

I found that for uploading images using Android with a RequestBody, we can use MediaType.parse("image/jpeg"). However, what …

android retrofit2 okhttp3 media-type
Type boolean, and MIME media type application/octet-stream was not found Java (Jersey)

I am using Jersey version 1.12 and i am facing the error that is A message body writer for Java class …

java rest jersey media-type