111
This commit is contained in:
@@ -23,6 +23,15 @@ class Response implements ResponseInterface, \Server\ResponseInterface
|
||||
const CONTENT_TYPE_XML = 'application/xml;charset=utf-8';
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->stream = new Stream('');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param string $type
|
||||
* @return $this
|
||||
|
||||
Reference in New Issue
Block a user