A simple HTTP server using Actix Web, featuring endpoints for greeting via path parameters, query parameters, and JSON payloads. This modular starter project demonstrates handling different types of requests and structuring Rust projects effectively.
rust http-server modular-architecture query-parameters actix-web path-parameters web-endpoints json-payloads
- Updated
Aug 7, 2024 - Rust