Description
If Produces or Consumes is missing or wild-card then application/octet-stream is set which is not exactly correct because if a client provides a proper HTTP Accept in such cases then the resulting Content-Type will not necessarily be set to application/octet-stream. As such showing application/octet-stream upfront can be misleading,
Lets use wildcard if it is wildcard and let users override it if needed