#Examples for creating a mock server
3 messages · Page 1 of 1 (latest)
Depends what web framework you want to use
For example, Axum has plenty of examples: https://github.com/tokio-rs/axum/tree/main/examples
3 messages · Page 1 of 1 (latest)
Hi Folks, Can anyone please refer me a git repo that has implemented mock server for REST API's built in rust.
I want to refer it and do the same for the api's I built
Depends what web framework you want to use
For example, Axum has plenty of examples: https://github.com/tokio-rs/axum/tree/main/examples