This commit is contained in:
2023-10-17 16:25:29 +08:00
parent 0c6187260b
commit b4d06798c4
+3
View File
@@ -12,6 +12,9 @@ use Psr\Http\Message\ResponseInterface;
use ReflectionException; use ReflectionException;
/**
* Swoole Http Response Emitter
*/
class SwooleHttpResponseEmitter implements ResponseEmitterInterface class SwooleHttpResponseEmitter implements ResponseEmitterInterface
{ {