get method

RequestX get()

Implementation

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