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.
2 parents 8b80b10 + 3d891f4 commit eb5811fCopy full SHA for eb5811f
1 file changed
README.md
@@ -814,7 +814,7 @@ the total number of concurrent requests.
814
Usage:
815
816
```php
817
-$server = new StreamServer(array(
+$server = new StreamingServer(array(
818
new LimitConcurrentRequestsMiddleware(100), // 100 concurrent buffering handlers
819
new RequestBodyBufferMiddleware(16 * 1024 * 1024), // 16 MiB
820
function (ServerRequestInterface $request, callable $next) {
0 commit comments