isUrlencoded method

bool isUrlencoded()

Implementation

bool isUrlencoded() {
  return RequestBody.isUrlencoded(contentType);
}