velto 1.9.0

Velto: expressive, async-native, and grounded Rust framework
Documentation
1
2
3
4
5
6
pub use crate::form::parse as parse_form;
pub use crate::render_template;
pub use crate::response::{redirect, redirect_with_status};
pub use crate::App;
pub use crate::{render, route};
pub use crate::{Header, Request, Response};