renderCurlRepresentation static method

void renderCurlRepresentation(
  1. RequestOptions requestOptions
)

Implementation

static void renderCurlRepresentation(RequestOptions requestOptions) {
  // add a breakpoint here so all errors can break
  try {
    Log.d(cURLRepresentation(requestOptions));
  } catch (err) {
    Log.e('unable to create a CURL representation of the requestOptions');
  }
}