Extends
lithium\net\http\ResponseSource
public function __construct(array $config = array()) {
$defaults = array('buffer' => 8192, 'location' => null, 'status' => 0, 'request' => null);
parent::__construct($config + $defaults);
}
public function __construct(array $config = array()) {
$defaults = array('buffer' => 8192, 'location' => null, 'status' => 0, 'request' => null);
parent::__construct($config + $defaults);
}