Class ContentType.WithCharset

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

public static final class ContentType.WithCharset extends Object implements ContentType.WithCharset, ContentType.NonBinary, scala.Product, Serializable
Represents a content-type which we know to contain text, and the charset is known at runtime.
See Also: