summaryrefslogtreecommitdiff
path: root/rust/src/web.rs
AgeCommit message (Collapse)Author
2024-10-05Basic loop to send requests to registered clientsArnaud Bailly
2024-10-04Spawn thread to start sending requests to clientsArnaud Bailly
2024-10-04Client can only register once with same URLArnaud Bailly
Actually, logic is now mocked so tests should be refactored to test the logic one level down
2024-10-04[wip] client can only register once with same URLArnaud Bailly
2024-10-04Generate new id upon receiving registration requestArnaud Bailly
2024-10-03Test post with registration echoed backArnaud Bailly
2024-10-03Introduce web app using actix-webArnaud Bailly