This is an automated email from the ASF dual-hosted git repository.
flycash pushed a change to branch feature/rest
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 182a367 Merge pull request #392 from Patrick0308/rest_protocol
new 1829072 modify rest
new 3a46e04 add rest unit tests
new fa27aa2 modify rest protocol
new 84a2b65 Merge pull request #394 from Patrick0308/rest
The 1479 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
protocol/rest/rest_config_initializer.go | 28 +++++------
protocol/rest/rest_config_initializer_test.go | 19 ++++++++
.../testdata/consumer_config.yml | 55 +++++-----------------
.../testdata/provider_config.yml | 50 +++++++-------------
protocol/rest/rest_interface/rest_config.go | 22 ++++-----
protocol/rest/rest_invoker_test.go | 12 +++--
protocol/rest/rest_protocol.go | 29 ++++++++----
protocol/rest/rest_protocol_test.go | 8 ++--
8 files changed, 104 insertions(+), 119 deletions(-)