You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually not an issue but a request for a new feature/improvement.
Right now, we have only swoole_http_request->rawContent(): string function to get the body of a HTTP request. This can be a limit for big data transfer. The proposal is to use stream to manage the HTTP request and response body. Something similar to the PSR-7 Stream here: https://www.php-fig.org/psr/psr-7/#13-streams.
Do you think that this feature can be added to Swoole? Thanks!
huangzhhui, arueckauer, snapshotpl, adamturcsan, hhxsv5 and 19 more