actix-web/src
Joshua Parkin 4519db36b2
register fns for custom request-derived logging units (#1749)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-10-29 18:38:49 +00:00
..
middleware register fns for custom request-derived logging units (#1749) 2020-10-29 18:38:49 +00:00
types Fix/suppress clippy warnings (#1720) 2020-10-01 18:19:09 +09:00
app.rs Adding app_data to ServiceConfig (#1758) 2020-10-26 17:02:45 +00:00
app_service.rs Fix clippy::rc_buffer (#1728) 2020-10-10 09:26:05 +09:00
config.rs Adding app_data to ServiceConfig (#1758) 2020-10-26 17:02:45 +00:00
data.rs Add `web::ReqData<T>` extractor (#1748) 2020-10-24 18:49:50 +01:00
error.rs Implement `std::error::Error` for our custom errors 2020-03-18 00:22:18 -03:00
extract.rs web: Minimize `futures` dependencies 2020-05-19 08:29:12 +09:00
guard.rs fix spelling errors in doc comments 2020-04-21 04:09:35 +01:00
handler.rs web: Minimize `futures` dependencies 2020-05-19 08:29:12 +09:00
info.rs re-export rt in web and add main macro (#1575) 2020-06-22 20:09:48 +01:00
lib.rs Add `web::ReqData<T>` extractor (#1748) 2020-10-24 18:49:50 +01:00
request.rs fix continous growth of app data in pooled requests (#1609) 2020-07-18 16:17:00 +01:00
request_data.rs Add `web::ReqData<T>` extractor (#1748) 2020-10-24 18:49:50 +01:00
resource.rs Check format and tweak CI config (#1619) 2020-07-22 00:28:33 +01:00
responder.rs Check format and tweak CI config (#1619) 2020-07-22 00:28:33 +01:00
rmap.rs Fix cyclic references in ResourceMap (#1708) 2020-09-25 17:42:49 +01:00
route.rs Fix clippy::rc_buffer (#1728) 2020-10-10 09:26:05 +09:00
scope.rs Adding app_data to ServiceConfig (#1758) 2020-10-26 17:02:45 +00:00
server.rs bump connect and tls versions (#1655) 2020-09-09 09:20:54 +01:00
service.rs match HttpRequest app_data behavior in ServiceRequest (#1618) 2020-08-09 15:51:38 +01:00
test.rs bump actix dependency to v0.10 (#1666) 2020-09-11 12:09:52 +01:00
web.rs Re-export bytes::Buf and bytes::BufMut as well (#1750) 2020-10-24 20:31:23 +01:00