PUT constructor

const PUT(
  1. String path
)

Implementation

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