1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-03 20:45:46 +00:00
actix-web/src
Rob Ede b521e9b221
conditional test compilation [range, charset] (#1483)
* conditionally compile range and charset tests

* remove deprecated try macros

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-03 22:33:29 +09:00
..
middleware Replace deprecated now with now_utc (#1481) 2020-05-02 10:14:50 +01:00
types 📝 Improve the code example for JsonConfig (#1418) 2020-03-17 08:23:54 +09:00
app.rs clarify resource/scope app data overriding (#1476) 2020-04-30 02:20:47 +09:00
app_service.rs clarify resource/scope app data overriding (#1476) 2020-04-30 02:20:47 +09:00
config.rs conditional test compilation [range, charset] (#1483) 2020-05-03 22:33:29 +09:00
data.rs clarify resource/scope app data overriding (#1476) 2020-04-30 02:20:47 +09:00
error.rs Implement std::error::Error for our custom errors 2020-03-18 00:22:18 -03:00
extract.rs Replace Pin::new_unchecked with #[pin_project] in tuple_from_req! (#1293) 2020-01-28 10:45:25 +09:00
guard.rs fix spelling errors in doc comments 2020-04-21 04:09:35 +01:00
handler.rs clippy warnings 2019-12-08 00:46:51 +06:00
info.rs upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
lib.rs Demote lint level to warn 2020-02-27 22:39:11 +09:00
request.rs fix spelling errors in doc comments 2020-04-21 04:09:35 +01:00
resource.rs clarify resource/scope app data overriding (#1476) 2020-04-30 02:20:47 +09:00
responder.rs clippy warnings 2019-12-08 00:46:51 +06:00
rmap.rs replace hashbrown with std hashmap 2019-12-04 18:33:43 +06:00
route.rs clippy warnings 2019-12-08 00:46:51 +06:00
scope.rs clarify resource/scope app data overriding (#1476) 2020-04-30 02:20:47 +09:00
server.rs Remove descriptions about undefined uds feature from docs (#1356) 2020-02-16 04:18:31 +09:00
service.rs fix spelling errors in doc comments 2020-04-21 04:09:35 +01:00
test.rs simplify data factory future polling (#1473) 2020-04-29 15:38:53 +09:00
web.rs Create helper function for HTTP Trace Method 2020-02-23 09:25:55 +01:00