HEAD constructor

const HEAD(
  1. String path
)

Implementation

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