QUERY constructor

const QUERY(
  1. String path
)

Implementation

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