1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-11 14:22:51 +01:00
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
..
2019-05-14 08:48:11 -07:00
2019-07-17 15:53:51 +06:00
2019-05-12 08:34:51 -07:00
2019-04-07 10:40:45 -07:00
2019-07-17 15:53:51 +06:00
2019-05-12 08:34:51 -07:00
2019-04-11 14:18:58 -07:00