patch method

TestRequest patch(
  1. String path
)

PATCH path.

Implementation

TestRequest patch(String path) => _request('PATCH', path);