qqq
This commit is contained in:
@@ -122,6 +122,7 @@ class OnRequest implements OnRequestInterface
|
||||
->withUri(static::parse($request))
|
||||
->withProtocolVersion($request->server['server_protocol'])
|
||||
->withCookieParams($request->cookie ?? [])
|
||||
->withServerParams($request->server)
|
||||
->withQueryParams($request->get ?? [])
|
||||
->withUploadedFiles($request->files ?? [])
|
||||
->withMethod($request->getMethod())
|
||||
|
||||
Reference in New Issue
Block a user