Example #1
0
 public function post($fields)
 {
     $this->setOption(CURLOPT_POSTFIELDS, Tuffy::buildQuery($fields));
 }