1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00
actix-web/src
Tore Pettersen 0ad02ee0e0
Add convenience functions for testing (#1401)
* Add convenience functions for testing

* Fix remarks from PR and add tests

* Add unpin to read_json_body

* Update changelog
2020-04-06 04:12:44 +09:00
..
middleware Change NormalizePath to append trailing slash (#1433) 2020-04-05 03:26:40 +09:00
types 📝 Improve the code example for JsonConfig (#1418) 2020-03-17 08:23:54 +09:00
app_service.rs rename App::register_data to App::app_data and HttpRequest::app_data returns Option<&T> instead of Option<&Data<T>> 2019-12-20 17:13:09 +06:00
app.rs bump ver 2019-12-20 17:36:48 +06:00
config.rs AppConfig::secure() is always false. #1202 2019-12-20 16:04:51 +06:00
data.rs Allow to gracefully stop test server via TestServer::stop() 2019-12-25 12:10:48 +04: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 update tests and clippy warnings 2019-12-08 12:31:16 +06: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 Update doc comment for HttpRequest::app_data (#1265) 2020-01-11 03:55:20 +09:00
resource.rs prep actix-framed release 2019-12-25 20:17:22 +04: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 Make web::Data deref to Arc<T> #1214 2019-12-20 17:45:35 +06:00
server.rs Remove descriptions about undefined uds feature from docs (#1356) 2020-02-16 04:18:31 +09:00
service.rs allow to specify multi pattern for resources 2019-12-25 20:14:44 +04:00
test.rs Add convenience functions for testing (#1401) 2020-04-06 04:12:44 +09:00
web.rs Create helper function for HTTP Trace Method 2020-02-23 09:25:55 +01:00