Sergio Benitez
|
48d1b82e84
|
Qualm various emerging unused warnings.
|
2023-11-01 01:16:28 -05:00 |
Sergio Benitez
|
d9f86d8647
|
Fully document the 'ws' contrib crate.
|
2023-04-03 16:09:45 -07:00 |
Sergio Benitez
|
7d895eb9f6
|
Add initial implementation of 'rocket_ws'.
This provides WebSocket support in Rocket's official 'contrib'.
|
2023-04-01 15:02:24 -07:00 |
Sergio Benitez
|
847e87d5c9
|
Make 'ws::Stream![]' mean 'ws::Stream!['static]'.
This is in line with the stream macros in Rocket core.
|
2023-03-31 08:34:45 -07:00 |
Sergio Benitez
|
2abddd923e
|
Implement stream websocket API in upgrade example.
|
2023-03-30 12:48:20 -07:00 |
Sergio Benitez
|
bd482081ad
|
Add 'upgrade' example with WebSocket support.
This is an initial example that showcases using the new connection
upgrade API to implement WebSocket support outside of Rocket's core.
|
2023-03-29 17:07:01 -07:00 |