Get the HTTP request as a string
string
Overrides RequestInterface::__toString
public function __toString() { return $this ->getRawHeaders() . "\r\n\r\n"; }