actix-web/src
Nikolay Kim 6a0cd2dced Rename HttpServer::start() to HttpServer::run() 2019-12-22 17:12:22 +04:00
..
middleware fix Bodyencoding trait usage 2019-12-18 09:30:14 +06:00
types add links to configs 2019-12-20 17:49:05 +06:00
app.rs bump ver 2019-12-20 17:36:48 +06: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
config.rs AppConfig::secure() is always false. #1202 2019-12-20 16:04:51 +06:00
data.rs Make web::Data deref to Arc<T> #1214 2019-12-20 17:45:35 +06:00
error.rs fix Bodyencoding trait usage 2019-12-18 09:30:14 +06:00
extract.rs update tests and clippy warnings 2019-12-08 12:31:16 +06: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 Rename HttpServer::start() to HttpServer::run() 2019-12-22 17:12:22 +04:00
request.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
resource.rs Make web::Data deref to Arc<T> #1214 2019-12-20 17:45:35 +06: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 Rename HttpServer::start() to HttpServer::run() 2019-12-22 17:12:22 +04:00
service.rs clippy warnings 2019-12-08 00:46:51 +06:00
test.rs update actix-service dep 2019-12-22 16:39:25 +04:00
web.rs update tests and clippy warnings 2019-12-08 12:31:16 +06:00