get method

TestRequest get(
  1. String path
)

GET path.

Implementation

TestRequest get(String path) => _request('GET', path);