You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
i am trying to read json thats posted to my handler. the documentation on https://salvo.rs/book/basics/request/ says i should do it like so: req.read::<User>().await;
but when i do this, the program wont compile due to the above error
The text was updated successfully, but these errors were encountered:
Just use github https://github.com/salvo-rs/salvo/discussions.
Session is supported, but I do not use it in daily work and it is not fully tested.
Just open issue if you have any questions.
Describe the bug
i am trying to read json thats posted to my handler. the documentation on https://salvo.rs/book/basics/request/ says i should do it like so:
req.read::<User>().await;
but when i do this, the program wont compile due to the above error
The text was updated successfully, but these errors were encountered: