1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/src/types
Davide Di Carlo 6c3d8b8738 Make JsonConfig send (#830)
* replace Rc with Arc

* add Send trait requirement for Fn in JsonConfig error handler

* add Sync trait requirement for Fn in JsonConfig error handler

* use associated type inside JsonConfig

* fix lint: members in the impl has the same order in the trait

* Update CHANGES.md
2019-05-12 20:04:08 -07:00
..
form.rs unify route and app data, it allows to provide global extractor config #775 2019-05-04 19:43:49 -07:00
json.rs Make JsonConfig send (#830) 2019-05-12 20:04:08 -07:00
mod.rs move multipart support to separate crate 2019-04-03 12:28:58 -07:00
path.rs update tests 2019-04-18 11:01:04 -07:00
payload.rs unify route and app data, it allows to provide global extractor config #775 2019-05-04 19:43:49 -07:00
query.rs update tests 2019-04-18 11:01:04 -07:00
readlines.rs update imports 2019-03-17 01:08:56 -07:00