ContentTypeKt

public final class ContentTypeKt
public final class ContentTypeKt

Properties

Link copied to clipboard
private final static String boundary
private final static String boundary

The boundary specified in this ContentType, if any.

Link copied to clipboard
private final static Charset charset
private final static Charset charset

The charset specified in this ContentType, if any.

Functions

Link copied to clipboard
public final static ContentType ContentType(String mediaType, Charset charset, String boundary)
public final static ContentType ContentType(String mediaType, Charset charset, String boundary)

Creates a new instance of ContentType with the given parameters.

Link copied to clipboard
public final String getBoundary()
public final String getBoundary()
Link copied to clipboard
public final Charset getCharset()
public final Charset getCharset()