1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-12-01 02:54:36 +01:00
actix-web/actix-http/src/h1
Taiki Endo 6c5c4ea230 Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.

Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:44:14 +09:00
..
client.rs fix warnings 2019-12-13 10:59:02 +06:00
codec.rs cleanup imports 2019-12-13 11:24:57 +06:00
decoder.rs fix spelling errors in doc comments 2020-04-21 04:09:35 +01:00
dispatcher.rs Remove uses of pin_project::project attribute 2020-06-06 06:44:14 +09:00
encoder.rs remove needless BodySize::Sized64 variant 2020-05-18 00:42:51 +01:00
expect.rs cleanup imports 2019-12-13 11:24:57 +06:00
mod.rs add h1::SendResponse future; renamed to MessageBody::size 2019-04-10 12:24:17 -07:00
payload.rs cleanup imports 2019-12-13 11:24:57 +06:00
service.rs remove extra whitespaces and Unpins 2020-02-27 09:37:05 +09:00
upgrade.rs cleanup imports 2019-12-13 11:24:57 +06:00
utils.rs Fixed condition for finishing transfer of response 2020-02-27 09:37:05 +09:00