1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-26 10:00:34 +00:00
actix-web/actix-http/src/cookie
Kilerd Chan 791f22bbc8 replate time::Duration with chrono::Duration and add max_age_time method (#789)
* feat: replate time::Duration with chrono::Duration

* feat: rename max_age method which accepts `Duration` to max_age_time and add new max_age method accepting isize of seconds

* feat: replace `time:Duration` with `chrono:Duration` in repo `actix-http`
2019-04-19 13:54:44 -07:00
..
secure Fix clippy warning (#755) 2019-04-05 12:34:24 +03:00
builder.rs replate time::Duration with chrono::Duration and add max_age_time method (#789) 2019-04-19 13:54:44 -07:00
delta.rs fork cookie crate 2019-03-29 21:13:39 -07:00
draft.rs fork cookie crate 2019-03-29 21:13:39 -07:00
jar.rs replate time::Duration with chrono::Duration and add max_age_time method (#789) 2019-04-19 13:54:44 -07:00
mod.rs replate time::Duration with chrono::Duration and add max_age_time method (#789) 2019-04-19 13:54:44 -07:00
parse.rs replate time::Duration with chrono::Duration and add max_age_time method (#789) 2019-04-19 13:54:44 -07:00