Classes summary
| HttpRequestParser |
This class receives streaming data from a client request and parses HTTP
headers, returning a PSR-7 Request object once it's been buffered |
| HttpServer |
This is the interface to build a Ratchet application with. It implements the
decorator pattern to build an application stack |
| OriginCheck |
A middleware to ensure JavaScript clients connecting are from the expected
domain. This protects other websites from open WebSocket connections to your
application. Note: This can be spoofed from non-web browser clients |
| Router |
This is the interface to build a Ratchet application with. It implements the
decorator pattern to build an application stack |