Class ContentType.WithMissingCharset

java.lang.Object
org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset
All Implemented Interfaces:
Serializable, Renderable, ToStringRenderable, ValueRenderable, ContentType, ContentType.WithMissingCharset, ContentType, scala.Equals, scala.Product
Enclosing interface:
ContentType

public static final class ContentType.WithMissingCharset extends Object implements ContentType.WithMissingCharset, ContentType, scala.Product, Serializable
Represents a content-type which we know to contain text, and would be better off having a charset, but the client or server hasn't provided that. For example, "text/xml" without a charset parameter.
See Also: