rust_web_server/app/controller/form/
mod.rs

1pub mod url_encoded_enctype_post_method;
2pub mod get_method;
3pub mod multipart_enctype_post_method;