Class ContentType.WithMissingCharset

java.lang.Object
akka.http.scaladsl.model.ContentType.WithMissingCharset
All Implemented Interfaces:
Renderable, ToStringRenderable, ValueRenderable, ContentType, ContentType.WithMissingCharset, ContentType, Serializable, 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: