Route organization in Actix web
I am trying to figure out a better way to organize the routes in my Actix application, the examples on actix.rs don’t seem to have much on modularizing routes in other files. Currently I have something like this:
Dependency Injection – Actix Web – Rust
I want to know how would I go about architecting an MVC architecture using actix-web
how to get body from rust actix_web HttpRequest
I am using actix_web 4.0 as the web framework, now I recieve an callback from third party service. How to get the body from the callback post request? I have tried like this: