Example #1
0
 /**
  * Remove all headers at once
  * @return AbstractMessage
  */
 public function removeHeaders()
 {
     $this->headers->flush();
     return $this;
 }