DELETE constructor

const DELETE(
  1. String path
)

Implementation

const DELETE(final String path) : super(HttpMethod.DELETE, path);