post method

TestRequest post(
  1. String path
)

POST path.

Implementation

TestRequest post(String path) => _request('POST', path);