This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git.
from d998717 [type: refactor] add http client in yaml (#2978)
add d6f8ef4 [ISSUE #2627] [type:refactor] refactor httpclient plugin
(#2980)
No new revisions were added by this update.
Summary of changes:
.../httpclient/AbstractHttpClientPlugin.java | 100 ++++++++++++++++++++
.../plugin/httpclient/NettyHttpClientPlugin.java | 68 ++++----------
.../shenyu/plugin/httpclient/WebClientPlugin.java | 102 +++++++--------------
3 files changed, 148 insertions(+), 122 deletions(-)
create mode 100644
shenyu-plugin/shenyu-plugin-httpclient/src/main/java/org/apache/shenyu/plugin/httpclient/AbstractHttpClientPlugin.java