/**
  * Clear the properties.
  */
 public function flush()
 {
     $this->method = null;
     $this->uri = null;
     $this->payload = null;
     $this->header->flush();
 }
 /**
  * Clear the properties.
  */
 public function flush()
 {
     $this->statusCode = null;
     $this->content = null;
     $this->header->flush();
 }