- Notifications
You must be signed in to change notification settings - Fork3.2k
-
Hi, I would like to create a $out =fopen('/tmp/response.out');$response =createResponse($out);// Swoole\Http\Response$response->write('OK');$this->assertContains('OK',fread($out,$size)); I want to read the output of Thanks. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
It appears there is a static Response::create() method ? |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment