]> piware.de Git - learn-rust.git/history - axum-server/src/main.rs
concepts: rustfmt
[learn-rust.git] / axum-server / src / main.rs
2022-12-09 Martin Pittaxum-server: Add unit tests for static directory route
2022-12-09 Martin Pittaxum-server: Add unit test for /hello route
2022-12-09 Martin Pittaxum-server: Sync directory route and port with warp...
2022-11-12 Martin Pittaxum-server: Serve whole directory
2022-11-12 Martin Pittaxum-server: Add websocket route
2022-11-12 Martin Pittaxum-server: Show User-Agent:
2022-11-12 Martin Pittaxum-server: Serve single static file
2022-11-12 Martin Pittaxum-server: Initial hello world