put method

RequestX put()

Implementation

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