File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616
1717class Context
1818{
19- const FD = 'ws.fd ' ;
19+ public const FD = 'ws.fd ' ;
2020
2121 /**
2222 * @var array
Original file line number Diff line number Diff line change 2121
2222class CoreMiddleware extends HttpCoreMiddleware
2323{
24- const HANDLER_NAME = 'class ' ;
24+ public const HANDLER_NAME = 'class ' ;
2525
2626 /**
2727 * Handle the response when found.
Original file line number Diff line number Diff line change 1313
1414class Security
1515{
16- const VERSION = '13 ' ;
16+ public const VERSION = '13 ' ;
1717
18- const PATTEN = '#^[+/0-9A-Za-z]{21}[AQgw]==$# ' ;
18+ public const PATTEN = '#^[+/0-9A-Za-z]{21}[AQgw]==$# ' ;
1919
20- const KEY = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11 ' ;
20+ public const KEY = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11 ' ;
2121
22- const SEC_WEBSOCKET_KEY = 'Sec-Websocket-Key ' ;
22+ public const SEC_WEBSOCKET_KEY = 'Sec-Websocket-Key ' ;
2323
24- const SEC_WEBSOCKET_PROTOCOL = 'Sec-WebSocket-Protocol ' ;
24+ public const SEC_WEBSOCKET_PROTOCOL = 'Sec-WebSocket-Protocol ' ;
2525
2626 public function isInvalidSecurityKey (string $ key ): bool
2727 {
You can’t perform that action at this time.
0 commit comments