You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Issue arises when there is a conflict between the media type defined in the CodecApi and a member of a struct that has a httpHeader trait setting the Content-Type on it.
This is a problem in the StringAndBlobSchemaVisitor which allows the MediaType to be dynamic and derived from the schema
For example:
An Issue arises when there is a conflict between the media type defined in the CodecApi and a member of a struct that has a
httpHeader
trait setting the Content-Type on it.For example:
This is caused by setting the content type using the EntityEncoder from http4s
withContentType
.combine
method , would change this behavior which did take me by surpriseThe text was updated successfully, but these errors were encountered: