Get constructor

const Get(
  1. String path
)

Implementation

const Get(String path) : super(HttpMethod.get, path);