head method

TestRequest head(
  1. String path
)

HEAD path.

Implementation

TestRequest head(String path) => _request('HEAD', path);