We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8116e4d commit dd90308Copy full SHA for dd90308
src/tools/ServerInterface.php
@@ -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