for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Laravoole;
class Request
{
public $fd;
public function __construct($fd)
$this->fd = $fd;
}
public function rawContent()
return '';