1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-04 17:22:20 +00:00
actix-web/src
2021-01-05 00:22:57 +00:00
..
middleware add Compat middleware (#1865) 2021-01-05 00:22:57 +00:00
types fmt 2021-01-04 01:01:35 +00:00
app.rs improve code readability 2021-01-04 00:49:02 +00:00
app_service.rs improve code readability 2021-01-04 00:49:02 +00:00
config.rs Tokio 1.0 (#1813) 2021-01-03 23:47:04 +00:00
data.rs Add web::ReqData<T> extractor (#1748) 2020-10-24 18:49:50 +01:00
error.rs add either extractor (#1788) 2020-11-20 18:02:41 +00:00
extract.rs remove boxed future for Option<T> and Result<T, E> extract type (#1829) 2020-12-16 18:34:10 +00:00
guard.rs fix spelling errors in doc comments 2020-04-21 04:09:35 +01:00
handler.rs improve code readability 2021-01-04 00:49:02 +00:00
info.rs fmt 2021-01-04 01:01:35 +00:00
lib.rs bump msrv to 1.46 (#1858) 2020-12-28 00:44:15 +00:00
request.rs optimize ServiceRequest methods (#1870) 2021-01-04 00:32:41 +00:00
request_data.rs Fix typo in request_data.rs (#1774) 2020-11-05 17:46:17 +00:00
resource.rs Tokio 1.0 (#1813) 2021-01-03 23:47:04 +00:00
responder.rs improve code readability 2021-01-04 00:49:02 +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 Tokio 1.0 (#1813) 2021-01-03 23:47:04 +00:00
server.rs improve code readability 2021-01-04 00:49:02 +00:00
service.rs optimize ServiceRequest methods (#1870) 2021-01-04 00:32:41 +00:00
test.rs Tokio 1.0 (#1813) 2021-01-03 23:47:04 +00:00
web.rs Tokio 1.0 (#1813) 2021-01-03 23:47:04 +00:00