post method

RequestX post()

Implementation

RequestX post () {
  _method = RequestMethod.post;
  return this;
}