예제 #1
0
 /**
  * Returns the header of the last redirect of the request.
  * @return \BluePsyduck\MultiCurl\Utils\Collection|null
  */
 public function getLastHeader()
 {
     return $this->headers->top();
 }