1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00
actix-web/actix-http/src
2021-05-26 13:41:48 +09:00
..
body move internalerror to actix web (#2215) 2021-05-14 16:40:00 +01:00
client add associated error type to MessageBody (#2183) 2021-05-05 18:36:02 +01:00
encoding add associated error type to MessageBody (#2183) 2021-05-05 18:36:02 +01:00
h1 Response::from_error take impl Into<Error> (#2214) 2021-05-26 13:41:48 +09:00
h2 refactor h2 dispatcher to async/await.reduce duplicate code (#2211) 2021-05-25 03:21:20 +01:00
header remove responsebody indirection from response (#2201) 2021-05-09 20:12:48 +01:00
ws remove http-codes builders from actix-http (#2159) 2021-04-14 02:00:14 +01:00
builder.rs add associated error type to MessageBody (#2183) 2021-05-05 18:36:02 +01:00
config.rs fix clippy warning on nightly (#2088) 2021-03-19 19:25:35 +08:00
error.rs move internalerror to actix web (#2215) 2021-05-14 16:40:00 +01:00
extensions.rs return option item from Extensions::insert (#1904) 2021-01-15 04:22:42 +00:00
helpers.rs move internalerror to actix web (#2215) 2021-05-14 16:40:00 +01:00
http_message.rs restore cookie methods on ServiceRequest 2021-04-19 02:24:20 +01:00
lib.rs remove responsebody indirection from response (#2201) 2021-05-09 20:12:48 +01:00
macros.rs Fix loophole in soundness of __private_get_type_id__ (#2199) 2021-05-05 11:16:12 +01:00
message.rs remove responsebody indirection from response (#2201) 2021-05-09 20:12:48 +01:00
payload.rs cleanup imports 2019-12-13 11:24:57 +06:00
request.rs remove cookie support from -http (#2065) 2021-04-09 18:07:10 +01:00
response_builder.rs remove error field from response 2021-05-09 20:15:48 +01:00
response.rs Response::from_error take impl Into<Error> (#2214) 2021-05-26 13:41:48 +09:00
service.rs add associated error type to MessageBody (#2183) 2021-05-05 18:36:02 +01:00
test.rs remove cookie support from -http (#2065) 2021-04-09 18:07:10 +01:00
time_parser.rs import some traits as _ 2021-03-17 00:38:54 +00:00