Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
react
/
http
/
src
/
File Content:
Server.php
<?php namespace React\Http; // Deprecated `Server` is an alias for new `HttpServer` to ensure existing code continues to work as-is. \class_alias(__NAMESPACE__ . '\\HttpServer', __NAMESPACE__ . '\\Server', true); // Aid static analysis and IDE autocompletion about this deprecation, // but don't actually execute during runtime because `HttpServer` is final. if (!\class_exists(__NAMESPACE__ . '\\Server', false)) { /** * @deprecated 1.5.0 See HttpServer instead * @see HttpServer */ final class Server extends HttpServer { } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Client
---
0755
Io
---
0755
Message
---
0755
Middleware
---
0755
Browser.php
31876 bytes
0644
HttpServer.php
15288 bytes
0644
Server.php
562 bytes
0644
N4ST4R_ID | Naxtarrr