1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/src/types
Priit Laes 0f09415469 Convert documentation examples to Rust 2018 edition (#1120)
* Convert types::query examples to rust-2018 edition

* Convert types::json examples to rust-2018 edition

* Convert types::path examples to rust-2018 edition

* Convert types::form examples to rust-2018 edition

* Convert rest of the examples to rust-2018 edition.
2019-10-07 11:29:11 +06:00
..
form.rs Convert documentation examples to Rust 2018 edition (#1120) 2019-10-07 11:29:11 +06:00
json.rs Convert documentation examples to Rust 2018 edition (#1120) 2019-10-07 11:29:11 +06:00
mod.rs Added initial support for PathConfig, allows setting custom error handler. (#903) 2019-06-12 16:49:56 +06:00
path.rs Convert documentation examples to Rust 2018 edition (#1120) 2019-10-07 11:29:11 +06:00
payload.rs Add From<Payload> for crate::dev::Payload (#1110) 2019-10-01 14:05:38 +06:00
query.rs Convert documentation examples to Rust 2018 edition (#1120) 2019-10-07 11:29:11 +06:00
readlines.rs Use encoding_rs crate instead of unmaintained encoding crate (#922) 2019-06-18 12:43:25 +06:00