..
middleware
revive commented out tests ( #1912 )
2021-01-17 05:19:32 +00:00
types
cleanup top level doc comments
2021-01-15 05:38:50 +00:00
app.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
app_service.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
config.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
data.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
error.rs
big clean up and docs improvmenet of types mod ( #1894 )
2021-01-09 13:17:19 +00:00
extract.rs
response header rework ( #1869 )
2021-01-15 02:11:10 +00:00
guard.rs
response header rework ( #1869 )
2021-01-15 02:11:10 +00:00
handler.rs
cleanup top level doc comments
2021-01-15 05:38:50 +00:00
info.rs
response header rework ( #1869 )
2021-01-15 02:11:10 +00:00
lib.rs
response header rework ( #1869 )
2021-01-15 02:11:10 +00:00
request.rs
response header rework ( #1869 )
2021-01-15 02:11:10 +00:00
request_data.rs
Fix typo in request_data.rs ( #1774 )
2020-11-05 17:46:17 +00:00
resource.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
responder.rs
response header rework ( #1869 )
2021-01-15 02:11:10 +00:00
rmap.rs
use ahash for internal hashmaps
2021-01-04 04:29:07 +00:00
route.rs
Tokio 1.0 ( #1813 )
2021-01-03 23:47:04 +00:00
scope.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
server.rs
use a non leak pool for HttpRequestInner ( #1889 )
2021-01-10 22:59:44 +00:00
service.rs
implement `App::data` as `App::app_data(Data::new(T)))` ( #1906 )
2021-01-15 23:37:33 +00:00
test.rs
Remove HttpResponseBuilder::json2() ( #1903 )
2021-01-18 12:14:29 +00:00
web.rs
remove actix-threadpool.use actix_rt::task::spawn_blocking ( #1878 )
2021-01-09 16:04:19 +00:00