actix-web/test-server
Jacob Pratt 5192d296f9
Upgrade to time 0.2.3
Mainly minor  changes. Type inference can be used alongside the new
`time::parse` method, such that the type doesn't need to be specified.
This will be useful if a refactoring takes place that changes the type.
There are also new macros, which are used where possible.

One change that is not immediately obvious, in `HttpDate`, there was an
unnecessary conditional. As the time crate allows for negative durations
(and can perform arithmetic with such), the if/else can be removed
entirely.

Time v0.2.3 also has some bug fixes, which is why I am not using a more
general v0.2 in Cargo.toml.
2020-01-17 00:09:52 -05:00
..
src update timeouts for test server 2019-12-25 20:52:20 +04:00
CHANGES.md update changes 2019-12-13 12:10:45 +06:00
Cargo.toml Upgrade to time 0.2.3 2020-01-17 00:09:52 -05:00
LICENSE-APACHE add license files 2019-06-01 17:25:29 +06:00
LICENSE-MIT add license files 2019-06-01 17:25:29 +06:00
README.md update readmes 2019-04-29 20:47:21 -07:00

README.md

Actix http test server Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix

Documentation & community resources