]> piware.de Git - learn-rust.git/history - warp-server
concepts: rustfmt
[learn-rust.git] / warp-server /
2022-12-09 Martin Pittwarp-server: Add route for serving static directory
2022-12-09 Martin Pittwarp-server: Add unit tests for websocket routes
2022-12-09 Martin Pittwarp-server: Add unit test for /hello route
2022-12-09 Martin PittRevert "warp-server: Move handlers and filters into...
2022-12-09 Martin Pittwarp-server: Move handlers and filters into submodules
2022-11-09 Martin Pittwarp-server: Add route for reversing websocket messages
2022-11-06 Martin Pittwarp-server: Move handlers into proper functions
2022-11-01 Martin Pittwarp-server: Proper websocket error reporting
2022-11-01 Martin Pittwarp-server: Add logging
2022-11-01 Martin Pittwarp-server: Add echo websocket route
2022-11-01 Martin Pittwarp-server: Add User-Agent header filter
2022-11-01 Martin Pittwarp-server: Initial hello world