put method

TestRequest put(
  1. String path
)

PUT path.

Implementation

TestRequest put(String path) => _request('PUT', path);