PUT constructor

const PUT(
  1. String path
)

Implementation

const PUT(final String path) : super(HttpMethod.PUT, path);