Put constructor

const Put(
  1. String path
)

Implementation

const Put(String path) : super(HttpMethod.put, path);