Skip to content

Commit dd90308

Browse files
committed
Created ServerInterface for PSR-7 serving standarization.
1 parent 8116e4d commit dd90308

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: src/tools/ServerInterface.php

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Francerz\Http\Tools;
4+
5+
use Psr\Http\Message\ResponseInterface;
6+
7+
interface ServerInterface
8+
{
9+
public function emitResponse(ResponseInterface $response);
10+
}

0 commit comments

Comments
 (0)