delete method

TestRequest delete(
  1. String path
)

DELETE path.

Implementation

TestRequest delete(String path) => _request('DELETE', path);