1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-13 20:15:26 +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-08-13 10:48:11 -07:00
2019-08-13 10:48:11 -07:00
2019-08-06 18:32:36 +02:00
2019-06-01 17:57:25 +06:00
2019-07-18 17:37:41 +06:00
2019-08-17 02:45:44 +09:00
2019-07-17 15:53:51 +06:00
2019-06-28 14:34:26 +06:00
2019-04-17 17:48:25 -07:00
2019-08-13 10:48:11 -07:00