Ergo\Http\NullRequest::export PHP 메소드

export() 공개 메소드

public export ( ) : array
리턴 array
    public function export()
    {
        return array($this->getRequestMethod(), (string) $this->getUrl(), $this->getHeaders()->toArray($crlf = false), $this->getBody());
    }