Post constructor

const Post(
  1. String path
)

Implementation

const Post(String path) : super(HttpMethod.post, path);