File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55### Changed
66- Abstract method ` HttpClientPool::chooseHttpClient() ` has now an explicit return type (` Http\Client\Common\HttpClientPoolItem ` )
77- Interface method ` Plugin::handleRequest(...) ` has now an explicit return type (` Http\Promise\Promise ` )
8- - Made all classes final as they are not intended to be extended.
9- Added interfaces for BatchClient, HttpClientPool, HttpClientRouter and HttpMethodsClient.
10- Those classes have been renamed with an ` Impl ` suffix.
8+ - Made classes final that are not intended to be extended.
9+ Added interfaces for BatchClient, HttpClientRouter and HttpMethodsClient.
10+ The implementations of those utilities have been renamed with an ` Impl ` suffix.
11+ - Added an interface for HttpClientPool and moved the abstract class to the HttpClientPool sub namespace.
1112
1213### Removed
1314- Deprecated option ` debug_plugins ` has been removed from ` PluginClient `
You can’t perform that action at this time.
0 commit comments