Laravoole\Response::__construct PHP Method

__construct() public method

public __construct ( $protocol, $request )
    public function __construct($protocol, $request)
    {
        $this->protocol = $protocol;
        $this->request = $request;
        $this->request->response = $this;
        $this->header = ['Content-Type' => 'text/html'];
    }