GET constructor

const GET(
  1. String path
)

Implementation

const GET(String path) : super(HttpMethod.GET, path);