1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/actix-http/src/h1
Dmitry Pypin 8873e9b39e Added FrozenClientRequest for easier retrying HTTP calls (#1064)
* Initial commit

* Added extra_headers

* Added freeze() method to ClientRequest which produces a 'read-only' copy of a request suitable for retrying the send operation

* Additional methods for FrozenClientRequest

* Fix

* Increased crates versions

* Fixed a unit test. Added one more unit test.

* Added RequestHeaderWrapper

* Small fixes

* Renamed RequestHeadWrapper->RequestHeadType

* Updated CHANGES.md files

* Small fix

* Small changes

* Removed *_extra methods from Connection trait

* Added FrozenSendBuilder

* Added FrozenSendBuilder

* Minor fix

* Replaced impl Future with concrete Future implementation

* Small renaming

* Renamed Send->SendBody
2019-09-10 10:29:32 +06:00
..
client.rs Added FrozenClientRequest for easier retrying HTTP calls (#1064) 2019-09-10 10:29:32 +06:00
codec.rs export set_date 2019-05-14 08:48:11 -07:00
decoder.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
dispatcher.rs on_connect result isnt added to request extensions for http2 requests #1009 2019-09-01 13:15:02 +06:00
encoder.rs Added FrozenClientRequest for easier retrying HTTP calls (#1064) 2019-09-10 10:29:32 +06:00
expect.rs update actix-net dependencies 2019-05-12 08:34:51 -07:00
mod.rs add h1::SendResponse future; renamed to MessageBody::size 2019-04-10 12:24:17 -07:00
payload.rs remove buffer capacity for payload 2019-04-07 10:40:45 -07:00
service.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
upgrade.rs update actix-net dependencies 2019-05-12 08:34:51 -07:00
utils.rs revert SendResponse::Error type 2019-04-11 14:18:58 -07:00