DELETE constructor

const DELETE(
  1. String path
)

Implementation

const DELETE(String path) : super("DELETE", path);