Example #1
0
 /**
  * @param string $key
  * @param string $value
  * @return $this
  */
 public function withTheRawOption($key, $value)
 {
     $this->request->addRawOption($key, $value);
     return $this;
 }