예제 #1
0
파일: Psr7Factory.php 프로젝트: seytar/psx
 public static function createResponse(ResponseInterface $response)
 {
     return new PsrResponse($response->getBody(), $response->getStatusCode(), $response->getHeaders());
 }