Ergo\Http\NullRequest::export PHP Method

export() public method

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