コード例 #1
0
ファイル: Psr7Factory.php プロジェクト: seytar/psx
 public static function createResponse(ResponseInterface $response)
 {
     return new PsrResponse($response->getBody(), $response->getStatusCode(), $response->getHeaders());
 }