GET constructor

const GET(
  1. String path
)

Implementation

const GET(String path) : super("GET", path);