contentType method

MethodWithBody contentType(
  1. String mimeType,
  2. String charset
)
override

Implementation

MethodWithBody contentType(String mimeType, String charset) {
  super.contentType(mimeType, charset);
  return this;
}