You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use http based promise in emulated trait and specs (#42)
* Use http based promise in emulated trait and specs
* Reflect the real intention on the promise returned by the Plugin
* Update tests with last changes on client-common
* Add link to documentation in plugin interface
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
- Add HttpClientPool client to leverage load balancing and fallback mechanism [see the documentation](http://docs.php-http.org/en/latest/components/client-common.html) for more details
7
7
8
8
### Changed
9
+
- Fix Emulated Trait to use Http based promise which respect the HttpAsyncClient interface
9
10
- RedirectPlugin: use the full URL instead of the URI to properly keep track of redirects
0 commit comments